#ABB477

Color #ABB477 Locust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Locust #ABB477

Tints of Locust #ABB477

Color information

#ABB477 (or 0xABB477) is unknown color: approx Locust. HEX triplet: AB, B4 and 77. RGB value is (171,180,119). Sum of RGB (Red+Green+Blue) = 171+180+119=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 180 (70.70% from 255 or 38.30% from 470); Blue value is 119 (46.88% from 255 or 25.32% from 470); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB477 is #544B88. Grayscale: #AAAAAA. Windows color (decimal): -5524361 or 7845035. OLE color: 7845035.

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

Color convert

RGB171180119-
CMYK0.0500.340.29
HSL68.85º28.91%58.63%-
HSV(B)68.85º33.89%70.59%-
XYZ36.4542.6323.76-
YUV170.3699.02128.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.38%
GREEN value IS 180 (70.70% from 255) = 38.30%
BLUE value IS 119 (46.88% from 255) = 25.32%
R=36.38%
G=38.30%
B=25.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711801190.0500.340.2968.8528.9158.63
HexABB47750221D451d3b
Octal2532641675042351053573
Binary10101011101101001110111101010001011101100010111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB477; }

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

 H1.HeaderClassName
 {
   color: #ABB477;
 }
 .AnyTagClassName
 {
   color: #ABB477;
 }
</style>
background-color css

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

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

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

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

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

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