Html Css Color HEX #849D06 Citron

📋 copy color: '#849D06'

red 132 ◦ green 157 ◦ blue 6

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

Shades of Citron #849D06

Tints of Citron #849D06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.03%

R = 44.75%
G = 53.22%
B = 2.03%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.96

 K value IS 0.38

RGB Variations

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

Color information

#849D06 (or 0x849D06) is known color: Citron. HEX triplet: 84, 9D and 06. RGB value is (132,157,6). Sum of RGB (Red+Green+Blue) = 132+157+6=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 157 (61.72% from 255 or 53.22% from 295); Blue value is 6 (2.73% from 255 or 2.03% from 295); Max value from RGB is 157 - color contains mainly: green. Hex color #849D06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849D06 is #7B62F9. Grayscale: #848484. Windows color (decimal): -8086266 or 433540. OLE color: 433540.

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

Color convert

RGB 132 157 6 -
CMYK 0.16 0 0.96 0.38
HSL 69.93º 0.93% 0.32% -
HSV(B) 69.93º 0.96% 0.62% -
XYZ 21.61 29.03 4.64 -
YUV 132.31 56.72 127.78 -
System Red Green Blue C M Y K H S L
Decimal 132 157 6 0.16 0 0.96 0.38 69.93 0.93 0.32
Hex 84 9D 6 10 0 60 26 46 5D 20
Octal 204 235 6 20 0 140 46 106 135 40
Binary 10000100 10011101 110 10000 0 1100000 100110 1000110 1011101 100000

Color Harmonies of #849D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849D06

Black with #849D06

Text Example


Text Example

White with #849D06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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