Html Css Color HEX #809F1B Lima

📋 copy color: '#809F1B'

red 128 ◦ green 159 ◦ blue 27

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

Shades of Lima #809F1B

Tints of Lima #809F1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.6%

R = 40.76%
G = 50.64%
B = 8.6%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.83

 K value IS 0.38

RGB Variations

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

Color information

#809F1B (or 0x809F1B) is known color: Lima. HEX triplet: 80, 9F and 1B. RGB value is (128,159,27). Sum of RGB (Red+Green+Blue) = 128+159+27=314 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.76% from 314); Green value is 159 (62.5% from 255 or 50.64% from 314); Blue value is 27 (10.94% from 255 or 8.60% from 314); Max value from RGB is 159 - color contains mainly: green. Hex color #809F1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809F1B is #7F60E4. Grayscale: #878787. Windows color (decimal): -8347877 or 1810304. OLE color: 1810304.

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

Color convert

RGB 128 159 27 -
CMYK 0.19 0 0.83 0.38
HSL 74.09º 0.71% 0.36% -
HSV(B) 74.09º 0.83% 0.62% -
XYZ 21.5 29.46 5.59 -
YUV 134.68 67.23 123.23 -
System Red Green Blue C M Y K H S L
Decimal 128 159 27 0.19 0 0.83 0.38 74.09 0.71 0.36
Hex 80 9F 1B 13 0 53 26 4A 47 24
Octal 200 237 33 23 0 123 46 112 107 44
Binary 10000000 10011111 11011 10011 0 1010011 100110 1001010 1000111 100100

Color Harmonies of #809F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809F1B

Black with #809F1B

Text Example


Text Example

White with #809F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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