Html Css Color HEX #809D14 Citron

📋 copy color: '#809D14'

red 128 ◦ green 157 ◦ blue 20

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

Shades of Citron #809D14

Tints of Citron #809D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.56%

R = 41.97%
G = 51.48%
B = 6.56%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.87

 K value IS 0.38

RGB Variations

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

Color information

#809D14 (or 0x809D14) is known color: Citron. HEX triplet: 80, 9D and 14. RGB value is (128,157,20). Sum of RGB (Red+Green+Blue) = 128+157+20=305 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.97% from 305); Green value is 157 (61.72% from 255 or 51.48% from 305); Blue value is 20 (8.20% from 255 or 6.56% from 305); Max value from RGB is 157 - color contains mainly: green. Hex color #809D14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809D14 is #7F62EB. Grayscale: #858585. Windows color (decimal): -8348396 or 1351040. OLE color: 1351040.

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

Color convert

RGB 128 157 20 -
CMYK 0.18 0 0.87 0.38
HSL 72.7º 0.77% 0.35% -
HSV(B) 72.7º 0.87% 0.62% -
XYZ 21.09 28.75 5.1 -
YUV 132.71 64.39 124.64 -
System Red Green Blue C M Y K H S L
Decimal 128 157 20 0.18 0 0.87 0.38 72.7 0.77 0.35
Hex 80 9D 14 12 0 57 26 49 4D 23
Octal 200 235 24 22 0 127 46 111 115 43
Binary 10000000 10011101 10100 10010 0 1010111 100110 1001001 1001101 100011

Color Harmonies of #809D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809D14

Black with #809D14

Text Example


Text Example

White with #809D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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