#84B506

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

Shades of Citrus #84B506

Tints of Citrus #84B506

Color information

#84B506 (or 0x84B506) is unknown color: approx Citrus. HEX triplet: 84, B5 and 06. RGB value is (132,181,6). Sum of RGB (Red+Green+Blue) = 132+181+6=319 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.38% from 319); Green value is 181 (71.09% from 255 or 56.74% from 319); Blue value is 6 (2.73% from 255 or 1.88% from 319); Max value from RGB is 181 - color contains mainly: green. Hex color #84B506 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84B506 is #7B4AF9. Grayscale: #939393. Windows color (decimal): -8080122 or 439684. OLE color: 439684.

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

Color convert

RGB1321816-
CMYK0.2700.970.29
HSL76.8º93.58%36.67%-
HSV(B)76.8º96.69%70.98%-
XYZ26.0737.976.13-
YUV146.448.77117.73-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.38%
GREEN value IS 181 (71.09% from 255) = 56.74%
BLUE value IS 6 (2.73% from 255) = 1.88%
R=41.38%
G=56.74%
B=1.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal13218160.2700.970.2976.893.5836.67
Hex84B561B0611D4d5e25
Octal20426563301413511513645
Binary100001001011010111011011011000011110110011011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,181,6); }

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

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

 a { background-color: rgb(132,181,6); }

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

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

 span { border-color: rgb(132,181,6); }

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