Html Css Color HEX #809D12 Citron

📋 copy color: '#809D12'

red 128 ◦ green 157 ◦ blue 18

#809D12
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citron #809D12

Tints of Citron #809D12

RGB

 RED value IS 128 (50.39% from 255) = 42.24%

 GREEN value IS 157 (61.72% from 255) = 51.82%

 BLUE value IS 18 (7.42% from 255) = 5.94%

R = 42.24%
G = 51.82%
B = 5.94%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#809D12 (or 0x809D12) is known color: Citron. HEX triplet: 80, 9D and 12. RGB value is (128,157,18). Sum of RGB (Red+Green+Blue) = 128+157+18=303 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.24% from 303); Green value is 157 (61.72% from 255 or 51.82% from 303); Blue value is 18 (7.42% from 255 or 5.94% from 303); Max value from RGB is 157 - color contains mainly: green. Hex color #809D12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809D12 is #7F62ED. Grayscale: #858585. Windows color (decimal): -8348398 or 1219968. OLE color: 1219968.

HSL color Cylindrical-coordinate representation of color #809D12: hue angle of 72.52º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #809D12 is Cyan = 0.18, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 157 18 -
CMYK 0.18 0 0.89 0.38
HSL 72.52º 0.79% 0.34% -
HSV(B) 72.52º 0.89% 0.62% -
XYZ 21.07 28.75 5.01 -
YUV 132.48 63.39 124.8 -
System Red Green Blue C M Y K H S L
Decimal 128 157 18 0.18 0 0.89 0.38 72.52 0.79 0.34
Hex 80 9D 12 12 0 59 26 49 4F 22
Octal 200 235 22 22 0 131 46 111 117 42
Binary 10000000 10011101 10010 10010 0 1011001 100110 1001001 1001111 100010

Color Harmonies of #809D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809D12

Black with #809D12

Text Example


Text Example

White with #809D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #809D12;
 }
 .AnyTagClassName
 {
   color: #809D12;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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