Html Css Color HEX #80B309 Lima

📋 copy color: '#80B309'

red 128 ◦ green 179 ◦ blue 9

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

Shades of Lima #80B309

Tints of Lima #80B309

RGB

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

 GREEN value IS 179 (70.31% from 255) = 56.65%

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

R = 40.51%
G = 56.65%
B = 2.85%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.95

 K value IS 0.30

RGB Variations

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

Color information

#80B309 (or 0x80B309) is known color: Lima. HEX triplet: 80, B3 and 09. RGB value is (128,179,9). Sum of RGB (Red+Green+Blue) = 128+179+9=316 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.51% from 316); Green value is 179 (70.31% from 255 or 56.65% from 316); Blue value is 9 (3.91% from 255 or 2.85% from 316); Max value from RGB is 179 - color contains mainly: green. Hex color #80B309 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80B309 is #7F4CF6. Grayscale: #919191. Windows color (decimal): -8342775 or 635776. OLE color: 635776.

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

Color convert

RGB 128 179 9 -
CMYK 0.28 0 0.95 0.30
HSL 78º 0.9% 0.37% -
HSV(B) 78º 0.95% 0.7% -
XYZ 25.07 36.85 6.05 -
YUV 144.37 51.6 116.32 -
System Red Green Blue C M Y K H S L
Decimal 128 179 9 0.28 0 0.95 0.30 78 0.9 0.37
Hex 80 B3 9 1C 0 5F 1E 4E 5A 25
Octal 200 263 11 34 0 137 36 116 132 45
Binary 10000000 10110011 1001 11100 0 1011111 11110 1001110 1011010 100101

Color Harmonies of #80B309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B309

Black with #80B309

Text Example


Text Example

White with #80B309

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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