#849216

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

Shades of Citron #849216

Tints of Citron #849216

Color information

#849216 (or 0x849216) is unknown color: approx Citron. HEX triplet: 84, 92 and 16. RGB value is (132,146,22). Sum of RGB (Red+Green+Blue) = 132+146+22=300 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44% from 300); Green value is 146 (57.42% from 255 or 48.67% from 300); Blue value is 22 (8.98% from 255 or 7.33% from 300); Max value from RGB is 146 - color contains mainly: green. Hex color #849216 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849216 is #7B6DE9. Grayscale: #808080. Windows color (decimal): -8089066 or 1479300. OLE color: 1479300.

HSL color Cylindrical-coordinate representation of color #849216: hue angle of 66.77º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #849216 is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB13214622-
CMYK0.1000.850.43
HSL66.77º73.81%32.94%-
HSV(B)66.77º84.93%57.25%-
XYZ19.9425.524.63-
YUV127.6868.36131.08-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44%
GREEN value IS 146 (57.42% from 255) = 48.67%
BLUE value IS 22 (8.98% from 255) = 7.33%
R=44%
G=48.67%
B=7.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal132146220.1000.850.4366.7773.8132.94
Hex849216A0552B434a21
Octal204222261201255310311241
Binary10000100100100101011010100101010110101110000111001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849216; }

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

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

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

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

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

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

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

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