Html Css Color HEX #849D08 Citron

📋 copy color: '#849D08'

red 132 ◦ green 157 ◦ blue 8

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

Shades of Citron #849D08

Tints of Citron #849D08

RGB

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

 GREEN value IS 157 (61.72% from 255) = 52.86%

 BLUE value IS 8 (3.52% from 255) = 2.69%

R = 44.44%
G = 52.86%
B = 2.69%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.95

 K value IS 0.38

RGB Variations

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

Color information

#849D08 (or 0x849D08) is known color: Citron. HEX triplet: 84, 9D and 08. RGB value is (132,157,8). Sum of RGB (Red+Green+Blue) = 132+157+8=297 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.44% from 297); Green value is 157 (61.72% from 255 or 52.86% from 297); Blue value is 8 (3.52% from 255 or 2.69% from 297); Max value from RGB is 157 - color contains mainly: green. Hex color #849D08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849D08 is #7B62F7. Grayscale: #858585. Windows color (decimal): -8086264 or 564612. OLE color: 564612.

HSL color Cylindrical-coordinate representation of color #849D08: hue angle of 70.07º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #849D08 is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.38.

Color convert

RGB 132 157 8 -
CMYK 0.16 0 0.95 0.38
HSL 70.07º 0.9% 0.32% -
HSV(B) 70.07º 0.95% 0.62% -
XYZ 21.62 29.04 4.7 -
YUV 132.54 57.72 127.62 -
System Red Green Blue C M Y K H S L
Decimal 132 157 8 0.16 0 0.95 0.38 70.07 0.9 0.32
Hex 84 9D 8 10 0 5F 26 46 5A 20
Octal 204 235 10 20 0 137 46 106 132 40
Binary 10000100 10011101 1000 10000 0 1011111 100110 1000110 1011010 100000

Color Harmonies of #849D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849D08

Black with #849D08

Text Example


Text Example

White with #849D08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,157,8); }

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

background-color css

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

 a { background-color: rgb(132,157,8); }

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

border-color css

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

 span { border-color: rgb(132,157,8); }

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