#80A00B

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

Shades of Citron #80A00B

Tints of Citron #80A00B

Color information

#80A00B (or 0x80A00B) is unknown color: approx Citron. HEX triplet: 80, A0 and 0B. RGB value is (128,160,11). Sum of RGB (Red+Green+Blue) = 128+160+11=299 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.81% from 299); Green value is 160 (62.89% from 255 or 53.51% from 299); Blue value is 11 (4.69% from 255 or 3.68% from 299); Max value from RGB is 160 - color contains mainly: green. Hex color #80A00B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80A00B is #7F5FF4. Grayscale: #868686. Windows color (decimal): -8347637 or 761984. OLE color: 761984.

HSL color Cylindrical-coordinate representation of color #80A00B: hue angle of 72.89º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #80A00B is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.37.

Color convert

RGB12816011-
CMYK0.2000.930.37
HSL72.89º87.13%33.53%-
HSV(B)72.89º93.12%62.75%-
XYZ21.5329.754.92-
YUV133.4558.9124.12-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.81%
GREEN value IS 160 (62.89% from 255) = 53.51%
BLUE value IS 11 (4.69% from 255) = 3.68%
R=42.81%
G=53.51%
B=3.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal128160110.2000.930.3772.8987.1333.53
Hex80A0B1405D25495722
Octal200240132401354511112742
Binary10000000101000001011101000101110110010110010011010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A00B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80A00B; }

 p { color: rgb(128,160,11); }

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

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

 a { background-color: rgb(128,160,11); }

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

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

 span { border-color: rgb(128,160,11); }

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