#809712

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

Shades of Citron #809712

Tints of Citron #809712

Color information

#809712 (or 0x809712) is unknown color: approx Citron. HEX triplet: 80, 97 and 12. RGB value is (128,151,18). Sum of RGB (Red+Green+Blue) = 128+151+18=297 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.10% from 297); Green value is 151 (59.38% from 255 or 50.84% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 151 - color contains mainly: green. Hex color #809712 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809712 is #7F68ED. Grayscale: #818181. Windows color (decimal): -8349934 or 1218432. OLE color: 1218432.

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

Color convert

RGB12815118-
CMYK0.1500.880.41
HSL70.38º78.7%33.14%-
HSV(B)70.38º88.08%59.22%-
XYZ20.0826.774.68-
YUV128.9665.38127.31-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.10%
GREEN value IS 151 (59.38% from 255) = 50.84%
BLUE value IS 18 (7.42% from 255) = 6.06%
R=43.10%
G=50.84%
B=6.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal128151180.1500.880.4170.3878.733.14
Hex809712F05829464f21
Octal200227221701305110611741
Binary10000000100101111001011110101100010100110001101001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809712; }

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

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

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

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

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

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

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

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