#80980C

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

Shades of Citron #80980C

Tints of Citron #80980C

Color information

#80980C (or 0x80980C) is unknown color: approx Citron. HEX triplet: 80, 98 and 0C. RGB value is (128,152,12). Sum of RGB (Red+Green+Blue) = 128+152+12=292 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.84% from 292); Green value is 152 (59.77% from 255 or 52.05% from 292); Blue value is 12 (5.08% from 255 or 4.11% from 292); Max value from RGB is 152 - color contains mainly: green. Hex color #80980C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80980C is #7F67F3. Grayscale: #818181. Windows color (decimal): -8349684 or 825472. OLE color: 825472.

HSL color Cylindrical-coordinate representation of color #80980C: hue angle of 70.29º 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 #80980C is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.40.

Color convert

RGB12815212-
CMYK0.1600.920.40
HSL70.29º85.37%32.16%-
HSV(B)70.29º92.11%59.61%-
XYZ20.227.074.51-
YUV128.8662.05127.38-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.84%
GREEN value IS 152 (59.77% from 255) = 52.05%
BLUE value IS 12 (5.08% from 255) = 4.11%
R=43.84%
G=52.05%
B=4.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal128152120.1600.920.4070.2985.3732.16
Hex8098C1005C28465520
Octal200230142001345010612540
Binary10000000100110001100100000101110010100010001101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80980C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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