Html Css Color HEX #809D0E Citron

📋 copy color: '#809D0E'

red 128 ◦ green 157 ◦ blue 14

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

Shades of Citron #809D0E

Tints of Citron #809D0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.68%

R = 42.81%
G = 52.51%
B = 4.68%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.91

 K value IS 0.38

RGB Variations

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

Color information

#809D0E (or 0x809D0E) is known color: Citron. HEX triplet: 80, 9D and 0E. RGB value is (128,157,14). Sum of RGB (Red+Green+Blue) = 128+157+14=299 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.81% from 299); Green value is 157 (61.72% from 255 or 52.51% from 299); Blue value is 14 (5.86% from 255 or 4.68% from 299); Max value from RGB is 157 - color contains mainly: green. Hex color #809D0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809D0E is #7F62F1. Grayscale: #848484. Windows color (decimal): -8348402 or 957824. OLE color: 957824.

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

Color convert

RGB 128 157 14 -
CMYK 0.18 0 0.91 0.38
HSL 72.17º 0.84% 0.34% -
HSV(B) 72.17º 0.91% 0.62% -
XYZ 21.04 28.73 4.85 -
YUV 132.03 61.39 125.13 -
System Red Green Blue C M Y K H S L
Decimal 128 157 14 0.18 0 0.91 0.38 72.17 0.84 0.34
Hex 80 9D E 12 0 5B 26 48 54 22
Octal 200 235 16 22 0 133 46 110 124 42
Binary 10000000 10011101 1110 10010 0 1011011 100110 1001000 1010100 100010

Color Harmonies of #809D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809D0E

Black with #809D0E

Text Example


Text Example

White with #809D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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