#82BC03

Color #82BC03 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #82BC03

Tints of Citrus #82BC03

Color information

#82BC03 (or 0x82BC03) is unknown color: approx Citrus. HEX triplet: 82, BC and 03. RGB value is (130,188,3). Sum of RGB (Red+Green+Blue) = 130+188+3=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 188 (73.83% from 255 or 58.57% from 321); Blue value is 3 (1.56% from 255 or 0.93% from 321); Max value from RGB is 188 - color contains mainly: green. Hex color #82BC03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82BC03 is #7D43FC. Grayscale: #969696. Windows color (decimal): -8209405 or 244866. OLE color: 244866.

HSL color Cylindrical-coordinate representation of color #82BC03: hue angle of 78.81º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #82BC03 is Cyan = 0.31, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB1301883-
CMYK0.3100.980.26
HSL78.81º96.86%37.45%-
HSV(B)78.81º98.4%73.73%-
XYZ27.2140.726.51-
YUV149.5745.28114.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 130 (51.17% from 255) = 40.50%
GREEN value IS 188 (73.83% from 255) = 58.57%
BLUE value IS 3 (1.56% from 255) = 0.93%
R=40.50%
G=58.57%
B=0.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal13018830.3100.980.2678.8196.8637.45
Hex82BC31F0621A4f6125
Octal20227433701423211714145
Binary10000010101111001111111011000101101010011111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BC03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82BC03; }

 p { color: rgb(130,188,3); }

 H1.HeaderClassName
 {
   color: #82BC03;
 }
 .AnyTagClassName
 {
   color: #82BC03;
 }
</style>
background-color css

<style>
 a { background-color: #82BC03; }

 a { background-color: rgb(130,188,3); }

 div.DivClassName
 {
   background-color: #82BC03;
 }
 .BgClassName
 {
   background-color: #82BC03;
 }
</style>
border-color css

<style>
 span { border-color: #82BC03; }

 span { border-color: rgb(130,188,3); }

 td.TdClassName
 {
   border-color: #82BC03;
 }
 .TagClassName
 {
   border-color: #82BC03;
 }
</style>