#84B600

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

Shades of Citrus #84B600

Tints of Citrus #84B600

Color information

#84B600 (or 0x84B600) is unknown color: approx Citrus. HEX triplet: 84, B6 and 00. RGB value is (132,182,0). Sum of RGB (Red+Green+Blue) = 132+182+0=314 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.04% from 314); Green value is 182 (71.48% from 255 or 57.96% from 314); Blue value is 0 (0.39% from 255 or 0% from 314); Max value from RGB is 182 - color contains mainly: green. Hex color #84B600 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84B600 is #7B49FF. Grayscale: #929292. Windows color (decimal): -8079872 or 46724. OLE color: 46724.

HSL color Cylindrical-coordinate representation of color #84B600: hue angle of 76.48º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #84B600 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB1321820-
CMYK0.27010.29
HSL76.48º100%35.69%-
HSV(B)76.48º100%71.37%-
XYZ26.2438.366.02-
YUV146.345.44117.8-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.04%
GREEN value IS 182 (71.48% from 255) = 57.96%
BLUE value IS 0 (0.39% from 255) = 0%
R=42.04%
G=57.96%
B=0%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal13218200.27010.2976.4810035.69
Hex84B601B0641D4c6424
Octal20426603301443511414444
Binary1000010010110110011011011001001110110011001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84B600; }

 p { color: rgb(132,182,0); }

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

<style>
 a { background-color: #84B600; }

 a { background-color: rgb(132,182,0); }

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

<style>
 span { border-color: #84B600; }

 span { border-color: rgb(132,182,0); }

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