Html Css Color HEX #84A10C Citron

📋 copy color: '#84A10C'

red 132 ◦ green 161 ◦ blue 12

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

Shades of Citron #84A10C

Tints of Citron #84A10C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 52.79%

 BLUE value IS 12 (5.08% from 255) = 3.93%

R = 43.28%
G = 52.79%
B = 3.93%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.93

 K value IS 0.37

RGB Variations

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

Color information

#84A10C (or 0x84A10C) is known color: Citron. HEX triplet: 84, A1 and 0C. RGB value is (132,161,12). Sum of RGB (Red+Green+Blue) = 132+161+12=305 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.28% from 305); Green value is 161 (63.28% from 255 or 52.79% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 161 - color contains mainly: green. Hex color #84A10C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84A10C is #7B5EF3. Grayscale: #878787. Windows color (decimal): -8085236 or 827780. OLE color: 827780.

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

Color convert

RGB 132 161 12 -
CMYK 0.18 0 0.93 0.37
HSL 71.68º 0.86% 0.34% -
HSV(B) 71.68º 0.93% 0.63% -
XYZ 22.33 30.42 5.04 -
YUV 135.34 58.39 125.62 -
System Red Green Blue C M Y K H S L
Decimal 132 161 12 0.18 0 0.93 0.37 71.68 0.86 0.34
Hex 84 A1 C 12 0 5D 25 48 56 22
Octal 204 241 14 22 0 135 45 110 126 42
Binary 10000100 10100001 1100 10010 0 1011101 100101 1001000 1010110 100010

Color Harmonies of #84A10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A10C

Black with #84A10C

Text Example


Text Example

White with #84A10C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,161,12); }

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

background-color css

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

 a { background-color: rgb(132,161,12); }

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

border-color css

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

 span { border-color: rgb(132,161,12); }

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