Html Css Color HEX #849C16 Citron

📋 copy color: '#849C16'

red 132 ◦ green 156 ◦ blue 22

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

Shades of Citron #849C16

Tints of Citron #849C16

RGB

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

 GREEN value IS 156 (61.33% from 255) = 50.32%

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

R = 42.58%
G = 50.32%
B = 7.1%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#849C16 (or 0x849C16) is known color: Citron. HEX triplet: 84, 9C and 16. RGB value is (132,156,22). Sum of RGB (Red+Green+Blue) = 132+156+22=310 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.58% from 310); Green value is 156 (61.33% from 255 or 50.32% from 310); Blue value is 22 (8.98% from 255 or 7.10% from 310); Max value from RGB is 156 - color contains mainly: green. Hex color #849C16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849C16 is #7B63E9. Grayscale: #868686. Windows color (decimal): -8086506 or 1481860. OLE color: 1481860.

HSL color Cylindrical-coordinate representation of color #849C16: hue angle of 70.75º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #849C16 is Cyan = 0.15, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.39.

Color convert

RGB 132 156 22 -
CMYK 0.15 0 0.86 0.39
HSL 70.75º 0.75% 0.35% -
HSV(B) 70.75º 0.86% 0.61% -
XYZ 21.55 28.74 5.17 -
YUV 133.55 65.05 126.9 -
System Red Green Blue C M Y K H S L
Decimal 132 156 22 0.15 0 0.86 0.39 70.75 0.75 0.35
Hex 84 9C 16 F 0 56 27 47 4B 23
Octal 204 234 26 17 0 126 47 107 113 43
Binary 10000100 10011100 10110 1111 0 1010110 100111 1000111 1001011 100011

Color Harmonies of #849C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849C16

Black with #849C16

Text Example


Text Example

White with #849C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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