#82911E

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

Shades of Citron #82911E

Tints of Citron #82911E

Color information

#82911E (or 0x82911E) is unknown color: approx Citron. HEX triplet: 82, 91 and 1E. RGB value is (130,145,30). Sum of RGB (Red+Green+Blue) = 130+145+30=305 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.62% from 305); Green value is 145 (57.03% from 255 or 47.54% from 305); Blue value is 30 (12.11% from 255 or 9.84% from 305); Max value from RGB is 145 - color contains mainly: green. Hex color #82911E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82911E is #7D6EE1. Grayscale: #7F7F7F. Windows color (decimal): -8220386 or 2003330. OLE color: 2003330.

HSL color Cylindrical-coordinate representation of color #82911E: hue angle of 67.83º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #82911E is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB13014530-
CMYK0.1000.790.43
HSL67.83º65.71%34.31%-
HSV(B)67.83º79.31%56.86%-
XYZ19.5725.095.04-
YUV127.473.03129.85-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.62%
GREEN value IS 145 (57.03% from 255) = 47.54%
BLUE value IS 30 (12.11% from 255) = 9.84%
R=42.62%
G=47.54%
B=9.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal130145300.1000.790.4367.8365.7134.31
Hex82911EA04F2B444222
Octal202221361201175310410242
Binary10000010100100011111010100100111110101110001001000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82911E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82911E; }

 p { color: rgb(130,145,30); }

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

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

 a { background-color: rgb(130,145,30); }

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

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

 span { border-color: rgb(130,145,30); }

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