Html Css Color HEX #76BA1A Lima

📋 copy color: '#76BA1A'

red 118 ◦ green 186 ◦ blue 26

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

Shades of Lima #76BA1A

Tints of Lima #76BA1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.88%

R = 35.76%
G = 56.36%
B = 7.88%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#76BA1A (or 0x76BA1A) is known color: Lima. HEX triplet: 76, BA and 1A. RGB value is (118,186,26). Sum of RGB (Red+Green+Blue) = 118+186+26=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 186 (73.05% from 255 or 56.36% from 330); Blue value is 26 (10.55% from 255 or 7.88% from 330); Max value from RGB is 186 - color contains mainly: green. Hex color #76BA1A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BA1A is #8945E5. Grayscale: #949494. Windows color (decimal): -8996326 or 1751670. OLE color: 1751670.

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

Color convert

RGB 118 186 26 -
CMYK 0.37 0 0.86 0.27
HSL 85.5º 0.75% 0.42% -
HSV(B) 85.5º 0.86% 0.73% -
XYZ 25.22 39.04 7.18 -
YUV 147.43 59.47 107.01 -
System Red Green Blue C M Y K H S L
Decimal 118 186 26 0.37 0 0.86 0.27 85.5 0.75 0.42
Hex 76 BA 1A 25 0 56 1B 56 4B 2A
Octal 166 272 32 45 0 126 33 126 113 52
Binary 1110110 10111010 11010 100101 0 1010110 11011 1010110 1001011 101010

Color Harmonies of #76BA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BA1A

Black with #76BA1A

Text Example


Text Example

White with #76BA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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