Html Css Color HEX #809F1C Lima

📋 copy color: '#809F1C'

red 128 ◦ green 159 ◦ blue 28

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

Shades of Lima #809F1C

Tints of Lima #809F1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.89%

R = 40.63%
G = 50.48%
B = 8.89%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#809F1C (or 0x809F1C) is known color: Lima. HEX triplet: 80, 9F and 1C. RGB value is (128,159,28). Sum of RGB (Red+Green+Blue) = 128+159+28=315 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.63% from 315); Green value is 159 (62.5% from 255 or 50.48% from 315); Blue value is 28 (11.33% from 255 or 8.89% from 315); Max value from RGB is 159 - color contains mainly: green. Hex color #809F1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809F1C is #7F60E3. Grayscale: #878787. Windows color (decimal): -8347876 or 1875840. OLE color: 1875840.

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

Color convert

RGB 128 159 28 -
CMYK 0.19 0 0.82 0.38
HSL 74.2º 0.7% 0.37% -
HSV(B) 74.2º 0.82% 0.62% -
XYZ 21.51 29.47 5.65 -
YUV 134.8 67.73 123.15 -
System Red Green Blue C M Y K H S L
Decimal 128 159 28 0.19 0 0.82 0.38 74.2 0.7 0.37
Hex 80 9F 1C 13 0 52 26 4A 46 25
Octal 200 237 34 23 0 122 46 112 106 45
Binary 10000000 10011111 11100 10011 0 1010010 100110 1001010 1000110 100101

Color Harmonies of #809F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809F1C

Black with #809F1C

Text Example


Text Example

White with #809F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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