Html Css Color HEX #849211 Citron

📋 copy color: '#849211'

red 132 ◦ green 146 ◦ blue 17

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

Shades of Citron #849211

Tints of Citron #849211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.76%

R = 44.75%
G = 49.49%
B = 5.76%

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

#849211 (or 0x849211) is known color: Citron. HEX triplet: 84, 92 and 11. RGB value is (132,146,17). Sum of RGB (Red+Green+Blue) = 132+146+17=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 146 (57.42% from 255 or 49.49% from 295); Blue value is 17 (7.03% from 255 or 5.76% from 295); Max value from RGB is 146 - color contains mainly: green. Hex color #849211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849211 is #7B6DEE. Grayscale: #7F7F7F. Windows color (decimal): -8089071 or 1151620. OLE color: 1151620.

HSL color Cylindrical-coordinate representation of color #849211: hue angle of 66.51º degrees, saturation: 0.79, 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 #849211 is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB 132 146 17 -
CMYK 0.10 0 0.88 0.43
HSL 66.51º 0.79% 0.32% -
HSV(B) 66.51º 0.88% 0.57% -
XYZ 19.9 25.5 4.4 -
YUV 127.11 65.86 131.49 -
System Red Green Blue C M Y K H S L
Decimal 132 146 17 0.10 0 0.88 0.43 66.51 0.79 0.32
Hex 84 92 11 A 0 58 2B 43 4F 20
Octal 204 222 21 12 0 130 53 103 117 40
Binary 10000100 10010010 10001 1010 0 1011000 101011 1000011 1001111 100000

Color Harmonies of #849211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849211

Black with #849211

Text Example


Text Example

White with #849211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849211; }

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

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

background-color css

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

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

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

border-color css

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

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

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