Html Css Color HEX #76BA32 Lima

📋 copy color: '#76BA32'

red 118 ◦ green 186 ◦ blue 50

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

Shades of Lima #76BA32

Tints of Lima #76BA32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.12%

R = 33.33%
G = 52.54%
B = 14.12%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#76BA32 (or 0x76BA32) is known color: Lima. HEX triplet: 76, BA and 32. RGB value is (118,186,50). Sum of RGB (Red+Green+Blue) = 118+186+50=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 186 (73.05% from 255 or 52.54% from 354); Blue value is 50 (19.92% from 255 or 14.12% from 354); Max value from RGB is 186 - color contains mainly: green. Hex color #76BA32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BA32 is #8945CD. Grayscale: #969696. Windows color (decimal): -8996302 or 3324534. OLE color: 3324534.

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

Color convert

RGB 118 186 50 -
CMYK 0.37 0 0.73 0.27
HSL 90º 0.58% 0.46% -
HSV(B) 90º 0.73% 0.73% -
XYZ 25.61 39.2 9.23 -
YUV 150.16 71.47 105.06 -
System Red Green Blue C M Y K H S L
Decimal 118 186 50 0.37 0 0.73 0.27 90 0.58 0.46
Hex 76 BA 32 25 0 49 1B 5A 3A 2E
Octal 166 272 62 45 0 111 33 132 72 56
Binary 1110110 10111010 110010 100101 0 1001001 11011 1011010 111010 101110

Color Harmonies of #76BA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BA32

Black with #76BA32

Text Example


Text Example

White with #76BA32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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