Html Css Color HEX #80B609 Lima

📋 copy color: '#80B609'

red 128 ◦ green 182 ◦ blue 9

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

Shades of Lima #80B609

Tints of Lima #80B609

RGB

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

 GREEN value IS 182 (71.48% from 255) = 57.05%

 BLUE value IS 9 (3.91% from 255) = 2.82%

R = 40.13%
G = 57.05%
B = 2.82%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#80B609 (or 0x80B609) is known color: Lima. HEX triplet: 80, B6 and 09. RGB value is (128,182,9). Sum of RGB (Red+Green+Blue) = 128+182+9=319 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.13% from 319); Green value is 182 (71.48% from 255 or 57.05% from 319); Blue value is 9 (3.91% from 255 or 2.82% from 319); Max value from RGB is 182 - color contains mainly: green. Hex color #80B609 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80B609 is #7F49F6. Grayscale: #929292. Windows color (decimal): -8342007 or 636544. OLE color: 636544.

HSL color Cylindrical-coordinate representation of color #80B609: hue angle of 78.73º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #80B609 is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.29.

Color convert

RGB 128 182 9 -
CMYK 0.30 0 0.95 0.29
HSL 78.73º 0.91% 0.37% -
HSV(B) 78.73º 0.95% 0.71% -
XYZ 25.68 38.06 6.25 -
YUV 146.13 50.61 115.07 -
System Red Green Blue C M Y K H S L
Decimal 128 182 9 0.30 0 0.95 0.29 78.73 0.91 0.37
Hex 80 B6 9 1E 0 5F 1D 4F 5B 25
Octal 200 266 11 36 0 137 35 117 133 45
Binary 10000000 10110110 1001 11110 0 1011111 11101 1001111 1011011 100101

Color Harmonies of #80B609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B609

Black with #80B609

Text Example


Text Example

White with #80B609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80B609; }

 p { color: rgb(128,182,9); }

 H1.HeaderClassName
 {
   color: #80B609;
 }
 .AnyTagClassName
 {
   color: #80B609;
 }
</style>

background-color css

<style>
 a { background-color: #80B609; }

 a { background-color: rgb(128,182,9); }

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

border-color css

<style>
 span { border-color: #80B609; }

 span { border-color: rgb(128,182,9); }

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