#80990C

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

Shades of Citron #80990C

Tints of Citron #80990C

Color information

#80990C (or 0x80990C) is unknown color: approx Citron. HEX triplet: 80, 99 and 0C. RGB value is (128,153,12). Sum of RGB (Red+Green+Blue) = 128+153+12=293 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.69% from 293); Green value is 153 (60.16% from 255 or 52.22% from 293); Blue value is 12 (5.08% from 255 or 4.10% from 293); Max value from RGB is 153 - color contains mainly: green. Hex color #80990C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80990C is #7F66F3. Grayscale: #818181. Windows color (decimal): -8349428 or 825728. OLE color: 825728.

HSL color Cylindrical-coordinate representation of color #80990C: hue angle of 70.64º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #80990C is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB12815312-
CMYK0.1600.920.4
HSL70.64º85.45%32.35%-
HSV(B)70.64º92.16%60%-
XYZ20.3627.44.56-
YUV129.4561.72126.96-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.69%
GREEN value IS 153 (60.16% from 255) = 52.22%
BLUE value IS 12 (5.08% from 255) = 4.10%
R=43.69%
G=52.22%
B=4.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal128153120.1600.920.470.6485.4532.35
Hex8099C1005C28475520
Octal200231142001345010712540
Binary10000000100110011100100000101110010100010001111010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80990C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80990C; }

 p { color: rgb(128,153,12); }

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

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

 a { background-color: rgb(128,153,12); }

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

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

 span { border-color: rgb(128,153,12); }

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