Html Css Color HEX #849B05 Citron

📋 copy color: '#849B05'

red 132 ◦ green 155 ◦ blue 5

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

Shades of Citron #849B05

Tints of Citron #849B05

RGB

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

 GREEN value IS 155 (60.94% from 255) = 53.08%

 BLUE value IS 5 (2.34% from 255) = 1.71%

R = 45.21%
G = 53.08%
B = 1.71%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.97

 K value IS 0.39

RGB Variations

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

Color information

#849B05 (or 0x849B05) is known color: Citron. HEX triplet: 84, 9B and 05. RGB value is (132,155,5). Sum of RGB (Red+Green+Blue) = 132+155+5=292 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.21% from 292); Green value is 155 (60.94% from 255 or 53.08% from 292); Blue value is 5 (2.34% from 255 or 1.71% from 292); Max value from RGB is 155 - color contains mainly: green. Hex color #849B05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849B05 is #7B64FA. Grayscale: #838383. Windows color (decimal): -8086779 or 367492. OLE color: 367492.

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

Color convert

RGB 132 155 5 -
CMYK 0.15 0 0.97 0.39
HSL 69.2º 0.94% 0.31% -
HSV(B) 69.2º 0.97% 0.61% -
XYZ 21.26 28.36 4.5 -
YUV 131.02 56.88 128.7 -
System Red Green Blue C M Y K H S L
Decimal 132 155 5 0.15 0 0.97 0.39 69.2 0.94 0.31
Hex 84 9B 5 F 0 61 27 45 5E 1F
Octal 204 233 5 17 0 141 47 105 136 37
Binary 10000100 10011011 101 1111 0 1100001 100111 1000101 1011110 11111

Color Harmonies of #849B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849B05

Black with #849B05

Text Example


Text Example

White with #849B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,155,5); }

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

background-color css

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

 a { background-color: rgb(132,155,5); }

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

border-color css

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

 span { border-color: rgb(132,155,5); }

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