Html Css Color HEX #84A016 Citron

📋 copy color: '#84A016'

red 132 ◦ green 160 ◦ blue 22

#84A016
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citron #84A016

Tints of Citron #84A016

RGB

 RED value IS 132 (51.95% from 255) = 42.04%

 GREEN value IS 160 (62.89% from 255) = 50.96%

 BLUE value IS 22 (8.98% from 255) = 7.01%

R = 42.04%
G = 50.96%
B = 7.01%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#84A016 (or 0x84A016) is known color: Citron. HEX triplet: 84, A0 and 16. RGB value is (132,160,22). Sum of RGB (Red+Green+Blue) = 132+160+22=314 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.04% from 314); Green value is 160 (62.89% from 255 or 50.96% from 314); Blue value is 22 (8.98% from 255 or 7.01% from 314); Max value from RGB is 160 - color contains mainly: green. Hex color #84A016 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84A016 is #7B5FE9. Grayscale: #888888. Windows color (decimal): -8085482 or 1482884. OLE color: 1482884.

HSL color Cylindrical-coordinate representation of color #84A016: hue angle of 72.17º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #84A016 is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB 132 160 22 -
CMYK 0.17 0 0.86 0.37
HSL 72.17º 0.76% 0.36% -
HSV(B) 72.17º 0.86% 0.63% -
XYZ 22.23 30.11 5.4 -
YUV 135.9 63.72 125.22 -
System Red Green Blue C M Y K H S L
Decimal 132 160 22 0.17 0 0.86 0.37 72.17 0.76 0.36
Hex 84 A0 16 11 0 56 25 48 4C 24
Octal 204 240 26 21 0 126 45 110 114 44
Binary 10000100 10100000 10110 10001 0 1010110 100101 1001000 1001100 100100

Color Harmonies of #84A016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A016

Black with #84A016

Text Example


Text Example

White with #84A016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,160,22); }

 H1.HeaderClassName
 {
   color: #84A016;
 }
 .AnyTagClassName
 {
   color: #84A016;
 }
</style>

background-color css

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

 a { background-color: rgb(132,160,22); }

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

border-color css

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

 span { border-color: rgb(132,160,22); }

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