#AFB178

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

Shades of Locust #AFB178

Tints of Locust #AFB178

Color information

#AFB178 (or 0xAFB178) is unknown color: approx Locust. HEX triplet: AF, B1 and 78. RGB value is (175,177,120). Sum of RGB (Red+Green+Blue) = 175+177+120=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 177 (69.53% from 255 or 37.5% from 472); Blue value is 120 (47.27% from 255 or 25.42% from 472); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB178 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB178 is #504E87. Grayscale: #AAAAAA. Windows color (decimal): -5262984 or 7909807. OLE color: 7909807.

HSL color Cylindrical-coordinate representation of color #AFB178: hue angle of 62.11º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFB178 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB175177120-
CMYK0.0100.320.31
HSL62.11º26.76%58.24%-
HSV(B)62.11º32.2%69.41%-
XYZ36.7941.9123.92-
YUV169.999.84131.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.08%
GREEN value IS 177 (69.53% from 255) = 37.5%
BLUE value IS 120 (47.27% from 255) = 25.42%
R=37.08%
G=37.5%
B=25.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751771200.0100.320.3162.1126.7658.24
HexAFB17810201F3e1b3a
Octal257261170104037763372
Binary10101111101100011111000101000001111111111011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB178; }

 p { color: rgb(175,177,120); }

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

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

 a { background-color: rgb(175,177,120); }

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

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

 span { border-color: rgb(175,177,120); }

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