Html Css Color HEX #76AB21 Lima

📋 copy color: '#76AB21'

red 118 ◦ green 171 ◦ blue 33

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

Shades of Lima #76AB21

Tints of Lima #76AB21

RGB

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

 GREEN value IS 171 (67.19% from 255) = 53.11%

 BLUE value IS 33 (13.28% from 255) = 10.25%

R = 36.65%
G = 53.11%
B = 10.25%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#76AB21 (or 0x76AB21) is known color: Lima. HEX triplet: 76, AB and 21. RGB value is (118,171,33). Sum of RGB (Red+Green+Blue) = 118+171+33=322 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.65% from 322); Green value is 171 (67.19% from 255 or 53.11% from 322); Blue value is 33 (13.28% from 255 or 10.25% from 322); Max value from RGB is 171 - color contains mainly: green. Hex color #76AB21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AB21 is #8954DE. Grayscale: #8B8B8B. Windows color (decimal): -9000159 or 2206582. OLE color: 2206582.

HSL color Cylindrical-coordinate representation of color #76AB21: hue angle of 83.04º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #76AB21 is Cyan = 0.31, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 171 33 -
CMYK 0.31 0 0.81 0.33
HSL 83.04º 0.68% 0.4% -
HSV(B) 83.04º 0.81% 0.67% -
XYZ 22.31 33.09 6.65 -
YUV 139.42 67.94 112.72 -
System Red Green Blue C M Y K H S L
Decimal 118 171 33 0.31 0 0.81 0.33 83.04 0.68 0.4
Hex 76 AB 21 1F 0 51 21 53 44 28
Octal 166 253 41 37 0 121 41 123 104 50
Binary 1110110 10101011 100001 11111 0 1010001 100001 1010011 1000100 101000

Color Harmonies of #76AB21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AB21

Black with #76AB21

Text Example


Text Example

White with #76AB21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,171,33); }

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

background-color css

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

 a { background-color: rgb(118,171,33); }

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

border-color css

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

 span { border-color: rgb(118,171,33); }

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