#809B12

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

Shades of Citron #809B12

Tints of Citron #809B12

Color information

#809B12 (or 0x809B12) is unknown color: approx Citron. HEX triplet: 80, 9B and 12. RGB value is (128,155,18). Sum of RGB (Red+Green+Blue) = 128+155+18=301 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.52% from 301); Green value is 155 (60.94% from 255 or 51.50% from 301); Blue value is 18 (7.42% from 255 or 5.98% from 301); Max value from RGB is 155 - color contains mainly: green. Hex color #809B12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809B12 is #7F64ED. Grayscale: #838383. Windows color (decimal): -8348910 or 1219456. OLE color: 1219456.

HSL color Cylindrical-coordinate representation of color #809B12: hue angle of 71.82º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #809B12 is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB12815518-
CMYK0.1700.880.39
HSL71.82º79.19%33.92%-
HSV(B)71.82º88.39%60.78%-
XYZ20.7328.084.9-
YUV131.3164.05125.64-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.52%
GREEN value IS 155 (60.94% from 255) = 51.50%
BLUE value IS 18 (7.42% from 255) = 5.98%
R=42.52%
G=51.50%
B=5.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal128155180.1700.880.3971.8279.1933.92
Hex809B121105827484f22
Octal200233222101304711011742
Binary100000001001101110010100010101100010011110010001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809B12; }

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

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

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

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

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

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

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

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