Html Css Color HEX #80B716 Lima

📋 copy color: '#80B716'

red 128 ◦ green 183 ◦ blue 22

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

Shades of Lima #80B716

Tints of Lima #80B716

RGB

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

 GREEN value IS 183 (71.88% from 255) = 54.95%

 BLUE value IS 22 (8.98% from 255) = 6.61%

R = 38.44%
G = 54.95%
B = 6.61%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#80B716 (or 0x80B716) is known color: Lima. HEX triplet: 80, B7 and 16. RGB value is (128,183,22). Sum of RGB (Red+Green+Blue) = 128+183+22=333 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.44% from 333); Green value is 183 (71.88% from 255 or 54.95% from 333); Blue value is 22 (8.98% from 255 or 6.61% from 333); Max value from RGB is 183 - color contains mainly: green. Hex color #80B716 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80B716 is #7F48E9. Grayscale: #949494. Windows color (decimal): -8341738 or 1488768. OLE color: 1488768.

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

Color convert

RGB 128 183 22 -
CMYK 0.30 0 0.88 0.28
HSL 80.5º 0.79% 0.4% -
HSV(B) 80.5º 0.88% 0.72% -
XYZ 25.98 38.51 6.82 -
YUV 148.2 56.78 113.59 -
System Red Green Blue C M Y K H S L
Decimal 128 183 22 0.30 0 0.88 0.28 80.5 0.79 0.4
Hex 80 B7 16 1E 0 58 1C 50 4F 28
Octal 200 267 26 36 0 130 34 120 117 50
Binary 10000000 10110111 10110 11110 0 1011000 11100 1010000 1001111 101000

Color Harmonies of #80B716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B716

Black with #80B716

Text Example


Text Example

White with #80B716

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,183,22); }

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

background-color css

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

 a { background-color: rgb(128,183,22); }

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

border-color css

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

 span { border-color: rgb(128,183,22); }

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