#80970F

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

Shades of Citron #80970F

Tints of Citron #80970F

Color information

#80970F (or 0x80970F) is unknown color: approx Citron. HEX triplet: 80, 97 and 0F. RGB value is (128,151,15). Sum of RGB (Red+Green+Blue) = 128+151+15=294 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.54% from 294); Green value is 151 (59.38% from 255 or 51.36% from 294); Blue value is 15 (6.25% from 255 or 5.10% from 294); Max value from RGB is 151 - color contains mainly: green. Hex color #80970F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80970F is #7F68F0. Grayscale: #818181. Windows color (decimal): -8349937 or 1021824. OLE color: 1021824.

HSL color Cylindrical-coordinate representation of color #80970F: hue angle of 70.15º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80970F is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.41.

Color convert

RGB12815115-
CMYK0.1500.900.41
HSL70.15º81.93%32.55%-
HSV(B)70.15º90.07%59.22%-
XYZ20.0526.764.56-
YUV128.6263.88127.56-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.54%
GREEN value IS 151 (59.38% from 255) = 51.36%
BLUE value IS 15 (6.25% from 255) = 5.10%
R=43.54%
G=51.36%
B=5.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal128151150.1500.900.4170.1581.9332.55
Hex8097FF05A29465221
Octal200227171701325110612241
Binary1000000010010111111111110101101010100110001101010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80970F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80970F; }

 p { color: rgb(128,151,15); }

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

<style>
 a { background-color: #80970F; }

 a { background-color: rgb(128,151,15); }

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

<style>
 span { border-color: #80970F; }

 span { border-color: rgb(128,151,15); }

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