Html Css Color HEX #849212 Citron

📋 copy color: '#849212'

red 132 ◦ green 146 ◦ blue 18

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

Shades of Citron #849212

Tints of Citron #849212

RGB

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

 GREEN value IS 146 (57.42% from 255) = 49.32%

 BLUE value IS 18 (7.42% from 255) = 6.08%

R = 44.59%
G = 49.32%
B = 6.08%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#849212 (or 0x849212) is known color: Citron. HEX triplet: 84, 92 and 12. RGB value is (132,146,18). Sum of RGB (Red+Green+Blue) = 132+146+18=296 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.59% from 296); Green value is 146 (57.42% from 255 or 49.32% from 296); Blue value is 18 (7.42% from 255 or 6.08% from 296); Max value from RGB is 146 - color contains mainly: green. Hex color #849212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849212 is #7B6DED. Grayscale: #7F7F7F. Windows color (decimal): -8089070 or 1217156. OLE color: 1217156.

HSL color Cylindrical-coordinate representation of color #849212: hue angle of 66.56º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #849212 is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB 132 146 18 -
CMYK 0.10 0 0.88 0.43
HSL 66.56º 0.78% 0.32% -
HSV(B) 66.56º 0.88% 0.57% -
XYZ 19.9 25.51 4.45 -
YUV 127.22 66.36 131.41 -
System Red Green Blue C M Y K H S L
Decimal 132 146 18 0.10 0 0.88 0.43 66.56 0.78 0.32
Hex 84 92 12 A 0 58 2B 43 4E 20
Octal 204 222 22 12 0 130 53 103 116 40
Binary 10000100 10010010 10010 1010 0 1011000 101011 1000011 1001110 100000

Color Harmonies of #849212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849212

Black with #849212

Text Example


Text Example

White with #849212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849212; }

 p { color: rgb(132,146,18); }

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

background-color css

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

 a { background-color: rgb(132,146,18); }

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

border-color css

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

 span { border-color: rgb(132,146,18); }

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