Html Css Color HEX #76BA16 Lima

📋 copy color: '#76BA16'

red 118 ◦ green 186 ◦ blue 22

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

Shades of Lima #76BA16

Tints of Lima #76BA16

RGB

 RED value IS 118 (46.48% from 255) = 36.2%

 GREEN value IS 186 (73.05% from 255) = 57.06%

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

R = 36.2%
G = 57.06%
B = 6.75%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#76BA16 (or 0x76BA16) is known color: Lima. HEX triplet: 76, BA and 16. RGB value is (118,186,22). Sum of RGB (Red+Green+Blue) = 118+186+22=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 186 (73.05% from 255 or 57.06% from 326); Blue value is 22 (8.98% from 255 or 6.75% from 326); Max value from RGB is 186 - color contains mainly: green. Hex color #76BA16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76BA16 is #8945E9. Grayscale: #939393. Windows color (decimal): -8996330 or 1489526. OLE color: 1489526.

HSL color Cylindrical-coordinate representation of color #76BA16: hue angle of 84.88º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #76BA16 is Cyan = 0.37, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 186 22 -
CMYK 0.37 0 0.88 0.27
HSL 84.88º 0.79% 0.41% -
HSV(B) 84.88º 0.88% 0.73% -
XYZ 25.17 39.03 6.97 -
YUV 146.97 57.47 107.34 -
System Red Green Blue C M Y K H S L
Decimal 118 186 22 0.37 0 0.88 0.27 84.88 0.79 0.41
Hex 76 BA 16 25 0 58 1B 55 4F 29
Octal 166 272 26 45 0 130 33 125 117 51
Binary 1110110 10111010 10110 100101 0 1011000 11011 1010101 1001111 101001

Color Harmonies of #76BA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BA16

Black with #76BA16

Text Example


Text Example

White with #76BA16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76BA16; }

 p { color: rgb(118,186,22); }

 H1.HeaderClassName
 {
   color: #76BA16;
 }
 .AnyTagClassName
 {
   color: #76BA16;
 }
</style>

background-color css

<style>
 a { background-color: #76BA16; }

 a { background-color: rgb(118,186,22); }

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

border-color css

<style>
 span { border-color: #76BA16; }

 span { border-color: rgb(118,186,22); }

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