#849C08

Color #849C08 Citron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citron #849C08

Tints of Citron #849C08

Color information

#849C08 (or 0x849C08) is unknown color: approx Citron. HEX triplet: 84, 9C and 08. RGB value is (132,156,8). Sum of RGB (Red+Green+Blue) = 132+156+8=296 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.59% from 296); Green value is 156 (61.33% from 255 or 52.70% from 296); Blue value is 8 (3.52% from 255 or 2.70% from 296); Max value from RGB is 156 - color contains mainly: green. Hex color #849C08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849C08 is #7B63F7. Grayscale: #848484. Windows color (decimal): -8086520 or 564356. OLE color: 564356.

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

Color convert

RGB1321568-
CMYK0.1500.950.39
HSL69.73º90.24%32.16%-
HSV(B)69.73º94.87%61.18%-
XYZ21.4528.74.64-
YUV131.9558.05128.03-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.59%
GREEN value IS 156 (61.33% from 255) = 52.70%
BLUE value IS 8 (3.52% from 255) = 2.70%
R=44.59%
G=52.70%
B=2.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal13215680.1500.950.3969.7390.2432.16
Hex849C8F05F27465a20
Octal204234101701374710613240
Binary1000010010011100100011110101111110011110001101011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #849C08;
 }
 .AnyTagClassName
 {
   color: #849C08;
 }
</style>
background-color css

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

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

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

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

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

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