Html Css Color HEX #76AB23 Lima

📋 copy color: '#76AB23'

red 118 ◦ green 171 ◦ blue 35

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

Shades of Lima #76AB23

Tints of Lima #76AB23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.8%

R = 36.42%
G = 52.78%
B = 10.8%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#76AB23 (or 0x76AB23) is known color: Lima. HEX triplet: 76, AB and 23. RGB value is (118,171,35). Sum of RGB (Red+Green+Blue) = 118+171+35=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 171 (67.19% from 255 or 52.78% from 324); Blue value is 35 (14.06% from 255 or 10.80% from 324); Max value from RGB is 171 - color contains mainly: green. Hex color #76AB23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AB23 is #8954DC. Grayscale: #8C8C8C. Windows color (decimal): -9000157 or 2337654. OLE color: 2337654.

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

Color convert

RGB 118 171 35 -
CMYK 0.31 0 0.80 0.33
HSL 83.38º 0.66% 0.4% -
HSV(B) 83.38º 0.8% 0.67% -
XYZ 22.34 33.1 6.8 -
YUV 139.65 68.94 112.56 -
System Red Green Blue C M Y K H S L
Decimal 118 171 35 0.31 0 0.80 0.33 83.38 0.66 0.4
Hex 76 AB 23 1F 0 50 21 53 42 28
Octal 166 253 43 37 0 120 41 123 102 50
Binary 1110110 10101011 100011 11111 0 1010000 100001 1010011 1000010 101000

Color Harmonies of #76AB23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AB23

Black with #76AB23

Text Example


Text Example

White with #76AB23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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