Html Css Color HEX #849F16 Citron

📋 copy color: '#849F16'

red 132 ◦ green 159 ◦ blue 22

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

Shades of Citron #849F16

Tints of Citron #849F16

RGB

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

 GREEN value IS 159 (62.5% from 255) = 50.8%

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

R = 42.17%
G = 50.8%
B = 7.03%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.86

 K value IS 0.38

RGB Variations

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

Color information

#849F16 (or 0x849F16) is known color: Citron. HEX triplet: 84, 9F and 16. RGB value is (132,159,22). Sum of RGB (Red+Green+Blue) = 132+159+22=313 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.17% from 313); Green value is 159 (62.5% from 255 or 50.80% from 313); Blue value is 22 (8.98% from 255 or 7.03% from 313); Max value from RGB is 159 - color contains mainly: green. Hex color #849F16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849F16 is #7B60E9. Grayscale: #878787. Windows color (decimal): -8085738 or 1482628. OLE color: 1482628.

HSL color Cylindrical-coordinate representation of color #849F16: hue angle of 71.82º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #849F16 is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.38.

Color convert

RGB 132 159 22 -
CMYK 0.17 0 0.86 0.38
HSL 71.82º 0.76% 0.35% -
HSV(B) 71.82º 0.86% 0.62% -
XYZ 22.06 29.76 5.34 -
YUV 135.31 64.05 125.64 -
System Red Green Blue C M Y K H S L
Decimal 132 159 22 0.17 0 0.86 0.38 71.82 0.76 0.35
Hex 84 9F 16 11 0 56 26 48 4C 23
Octal 204 237 26 21 0 126 46 110 114 43
Binary 10000100 10011111 10110 10001 0 1010110 100110 1001000 1001100 100011

Color Harmonies of #849F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849F16

Black with #849F16

Text Example


Text Example

White with #849F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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