Html Css Color HEX #80B319 Lima

📋 copy color: '#80B319'

red 128 ◦ green 179 ◦ blue 25

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

Shades of Lima #80B319

Tints of Lima #80B319

RGB

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

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

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

R = 38.55%
G = 53.92%
B = 7.53%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#80B319 (or 0x80B319) is known color: Lima. HEX triplet: 80, B3 and 19. RGB value is (128,179,25). Sum of RGB (Red+Green+Blue) = 128+179+25=332 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.55% from 332); Green value is 179 (70.31% from 255 or 53.92% from 332); Blue value is 25 (10.16% from 255 or 7.53% from 332); Max value from RGB is 179 - color contains mainly: green. Hex color #80B319 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80B319 is #7F4CE6. Grayscale: #929292. Windows color (decimal): -8342759 or 1684352. OLE color: 1684352.

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

Color convert

RGB 128 179 25 -
CMYK 0.28 0 0.86 0.30
HSL 79.87º 0.75% 0.4% -
HSV(B) 79.87º 0.86% 0.7% -
XYZ 25.2 36.9 6.71 -
YUV 146.2 59.6 115.02 -
System Red Green Blue C M Y K H S L
Decimal 128 179 25 0.28 0 0.86 0.30 79.87 0.75 0.4
Hex 80 B3 19 1C 0 56 1E 50 4B 28
Octal 200 263 31 34 0 126 36 120 113 50
Binary 10000000 10110011 11001 11100 0 1010110 11110 1010000 1001011 101000

Color Harmonies of #80B319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B319

Black with #80B319

Text Example


Text Example

White with #80B319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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