Html Css Color HEX #809F19 Lima

📋 copy color: '#809F19'

red 128 ◦ green 159 ◦ blue 25

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

Shades of Lima #809F19

Tints of Lima #809F19

RGB

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

 GREEN value IS 159 (62.5% from 255) = 50.96%

 BLUE value IS 25 (10.16% from 255) = 8.01%

R = 41.03%
G = 50.96%
B = 8.01%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#809F19 (or 0x809F19) is known color: Lima. HEX triplet: 80, 9F and 19. RGB value is (128,159,25). Sum of RGB (Red+Green+Blue) = 128+159+25=312 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.03% from 312); Green value is 159 (62.5% from 255 or 50.96% from 312); Blue value is 25 (10.16% from 255 or 8.01% from 312); Max value from RGB is 159 - color contains mainly: green. Hex color #809F19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809F19 is #7F60E6. Grayscale: #868686. Windows color (decimal): -8347879 or 1679232. OLE color: 1679232.

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

Color convert

RGB 128 159 25 -
CMYK 0.19 0 0.84 0.38
HSL 73.88º 0.73% 0.36% -
HSV(B) 73.88º 0.84% 0.62% -
XYZ 21.48 29.46 5.47 -
YUV 134.46 66.23 123.4 -
System Red Green Blue C M Y K H S L
Decimal 128 159 25 0.19 0 0.84 0.38 73.88 0.73 0.36
Hex 80 9F 19 13 0 54 26 4A 49 24
Octal 200 237 31 23 0 124 46 112 111 44
Binary 10000000 10011111 11001 10011 0 1010100 100110 1001010 1001001 100100

Color Harmonies of #809F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809F19

Black with #809F19

Text Example


Text Example

White with #809F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,159,25); }

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

background-color css

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

 a { background-color: rgb(128,159,25); }

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

border-color css

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

 span { border-color: rgb(128,159,25); }

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