Html Css Color HEX #ABB376 Locust

📋 copy color: '#ABB376'

red 171 ◦ green 179 ◦ blue 118

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

Shades of Locust #ABB376

Tints of Locust #ABB376

RGB

 RED value IS 171 (67.19% from 255) = 36.54%

 GREEN value IS 179 (70.31% from 255) = 38.25%

 BLUE value IS 118 (46.48% from 255) = 25.21%

R = 36.54%
G = 38.25%
B = 25.21%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#ABB376 (or 0xABB376) is known color: Locust. HEX triplet: AB, B3 and 76. RGB value is (171,179,118). Sum of RGB (Red+Green+Blue) = 171+179+118=468 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.54% from 468); Green value is 179 (70.31% from 255 or 38.25% from 468); Blue value is 118 (46.48% from 255 or 25.21% from 468); Max value from RGB is 179 - color contains mainly: green. Hex color #ABB376 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB376 is #544C89. Grayscale: #A9A9A9. Windows color (decimal): -5524618 or 7779243. OLE color: 7779243.

HSL color Cylindrical-coordinate representation of color #ABB376: hue angle of 67.87º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ABB376 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 171 179 118 -
CMYK 0.04 0 0.34 0.30
HSL 67.87º 0.29% 0.58% -
HSV(B) 67.87º 0.34% 0.7% -
XYZ 36.18 42.21 23.38 -
YUV 169.65 98.85 128.96 -
System Red Green Blue C M Y K H S L
Decimal 171 179 118 0.04 0 0.34 0.30 67.87 0.29 0.58
Hex AB B3 76 4 0 22 1E 44 1D 3A
Octal 253 263 166 4 0 42 36 104 35 72
Binary 10101011 10110011 1110110 100 0 100010 11110 1000100 11101 111010

Color Harmonies of #ABB376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB376

Black with #ABB376

Text Example


Text Example

White with #ABB376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB376; }

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

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

background-color css

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

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

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

border-color css

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

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

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