Html Css Color HEX #ABB476 Locust

📋 copy color: '#ABB476'

red 171 ◦ green 180 ◦ blue 118

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

Shades of Locust #ABB476

Tints of Locust #ABB476

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.38%

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

R = 36.46%
G = 38.38%
B = 25.16%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#ABB476 (or 0xABB476) is known color: Locust. HEX triplet: AB, B4 and 76. RGB value is (171,180,118). Sum of RGB (Red+Green+Blue) = 171+180+118=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 180 (70.70% from 255 or 38.38% from 469); Blue value is 118 (46.48% from 255 or 25.16% from 469); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB476 is #544B89. Grayscale: #AAAAAA. Windows color (decimal): -5524362 or 7779499. OLE color: 7779499.

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

Color convert

RGB 171 180 118 -
CMYK 0.05 0 0.34 0.29
HSL 68.71º 0.29% 0.58% -
HSV(B) 68.71º 0.34% 0.71% -
XYZ 36.39 42.61 23.45 -
YUV 170.24 98.52 128.54 -
System Red Green Blue C M Y K H S L
Decimal 171 180 118 0.05 0 0.34 0.29 68.71 0.29 0.58
Hex AB B4 76 5 0 22 1D 45 1D 3A
Octal 253 264 166 5 0 42 35 105 35 72
Binary 10101011 10110100 1110110 101 0 100010 11101 1000101 11101 111010

Color Harmonies of #ABB476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB476

Black with #ABB476

Text Example


Text Example

White with #ABB476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB476; }

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

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

background-color css

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

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

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

border-color css

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

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

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