Html Css Color HEX #849121 Citron

📋 copy color: '#849121'

red 132 ◦ green 145 ◦ blue 33

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

Shades of Citron #849121

Tints of Citron #849121

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.77%

 BLUE value IS 33 (13.28% from 255) = 10.65%

R = 42.58%
G = 46.77%
B = 10.65%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.77

 K value IS 0.43

RGB Variations

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

Color information

#849121 (or 0x849121) is known color: Citron. HEX triplet: 84, 91 and 21. RGB value is (132,145,33). Sum of RGB (Red+Green+Blue) = 132+145+33=310 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.58% from 310); Green value is 145 (57.03% from 255 or 46.77% from 310); Blue value is 33 (13.28% from 255 or 10.65% from 310); Max value from RGB is 145 - color contains mainly: green. Hex color #849121 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849121 is #7B6EDE. Grayscale: #808080. Windows color (decimal): -8089311 or 2199940. OLE color: 2199940.

HSL color Cylindrical-coordinate representation of color #849121: hue angle of 66.96º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #849121 is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB 132 145 33 -
CMYK 0.09 0 0.77 0.43
HSL 66.96º 0.63% 0.35% -
HSV(B) 66.96º 0.77% 0.57% -
XYZ 19.92 25.27 5.27 -
YUV 128.35 74.19 130.61 -
System Red Green Blue C M Y K H S L
Decimal 132 145 33 0.09 0 0.77 0.43 66.96 0.63 0.35
Hex 84 91 21 9 0 4D 2B 43 3F 23
Octal 204 221 41 11 0 115 53 103 77 43
Binary 10000100 10010001 100001 1001 0 1001101 101011 1000011 111111 100011

Color Harmonies of #849121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849121

Black with #849121

Text Example


Text Example

White with #849121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849121; }

 p { color: rgb(132,145,33); }

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

background-color css

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

 a { background-color: rgb(132,145,33); }

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

border-color css

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

 span { border-color: rgb(132,145,33); }

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