#82A01C

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

Shades of Citron #82A01C

Tints of Citron #82A01C

Color information

#82A01C (or 0x82A01C) is unknown color: approx Citron. HEX triplet: 82, A0 and 1C. RGB value is (130,160,28). Sum of RGB (Red+Green+Blue) = 130+160+28=318 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.88% from 318); Green value is 160 (62.89% from 255 or 50.31% from 318); Blue value is 28 (11.33% from 255 or 8.81% from 318); Max value from RGB is 160 - color contains mainly: green. Hex color #82A01C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82A01C is #7D5FE3. Grayscale: #888888. Windows color (decimal): -8216548 or 1876098. OLE color: 1876098.

HSL color Cylindrical-coordinate representation of color #82A01C: hue angle of 73.64º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #82A01C is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.37.

Color convert

RGB13016028-
CMYK0.1900.820.37
HSL73.64º70.21%36.86%-
HSV(B)73.64º82.5%62.75%-
XYZ21.9929.975.72-
YUV135.9867.06123.73-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.88%
GREEN value IS 160 (62.89% from 255) = 50.31%
BLUE value IS 28 (11.33% from 255) = 8.81%
R=40.88%
G=50.31%
B=8.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal130160280.1900.820.3773.6470.2136.86
Hex82A01C13052254a4625
Octal202240342301224511210645
Binary100000101010000011100100110101001010010110010101000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A01C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82A01C; }

 p { color: rgb(130,160,28); }

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

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

 a { background-color: rgb(130,160,28); }

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

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

 span { border-color: rgb(130,160,28); }

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