Html Css Color HEX #76BA1C Lima

📋 copy color: '#76BA1C'

red 118 ◦ green 186 ◦ blue 28

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

Shades of Lima #76BA1C

Tints of Lima #76BA1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.43%

R = 35.54%
G = 56.02%
B = 8.43%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#76BA1C (or 0x76BA1C) is known color: Lima. HEX triplet: 76, BA and 1C. RGB value is (118,186,28). Sum of RGB (Red+Green+Blue) = 118+186+28=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 186 (73.05% from 255 or 56.02% from 332); Blue value is 28 (11.33% from 255 or 8.43% from 332); Max value from RGB is 186 - color contains mainly: green. Hex color #76BA1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BA1C is #8945E3. Grayscale: #949494. Windows color (decimal): -8996324 or 1882742. OLE color: 1882742.

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

Color convert

RGB 118 186 28 -
CMYK 0.37 0 0.85 0.27
HSL 85.82º 0.74% 0.42% -
HSV(B) 85.82º 0.85% 0.73% -
XYZ 25.24 39.05 7.31 -
YUV 147.66 60.47 106.85 -
System Red Green Blue C M Y K H S L
Decimal 118 186 28 0.37 0 0.85 0.27 85.82 0.74 0.42
Hex 76 BA 1C 25 0 55 1B 56 4A 2A
Octal 166 272 34 45 0 125 33 126 112 52
Binary 1110110 10111010 11100 100101 0 1010101 11011 1010110 1001010 101010

Color Harmonies of #76BA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BA1C

Black with #76BA1C

Text Example


Text Example

White with #76BA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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