#80931C

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

Shades of Citron #80931C

Tints of Citron #80931C

Color information

#80931C (or 0x80931C) is unknown color: approx Citron. HEX triplet: 80, 93 and 1C. RGB value is (128,147,28). Sum of RGB (Red+Green+Blue) = 128+147+28=303 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.24% from 303); Green value is 147 (57.81% from 255 or 48.51% from 303); Blue value is 28 (11.33% from 255 or 9.24% from 303); Max value from RGB is 147 - color contains mainly: green. Hex color #80931C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80931C is #7F6CE3. Grayscale: #808080. Windows color (decimal): -8350948 or 1872768. OLE color: 1872768.

HSL color Cylindrical-coordinate representation of color #80931C: hue angle of 69.58º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #80931C is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB12814728-
CMYK0.1300.810.42
HSL69.58º68%34.31%-
HSV(B)69.58º80.95%57.65%-
XYZ19.5525.545-
YUV127.7571.71128.18-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.24%
GREEN value IS 147 (57.81% from 255) = 48.51%
BLUE value IS 28 (11.33% from 255) = 9.24%
R=42.24%
G=48.51%
B=9.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal128147280.1300.810.4269.586834.31
Hex80931CD0512A464422
Octal200223341501215210610442
Binary10000000100100111110011010101000110101010001101000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80931C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,147,28); }

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

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

 a { background-color: rgb(128,147,28); }

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

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

 span { border-color: rgb(128,147,28); }

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