#A8B27F

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

Shades of Locust #A8B27F

Tints of Locust #A8B27F

Color information

#A8B27F (or 0xA8B27F) is unknown color: approx Locust. HEX triplet: A8, B2 and 7F. RGB value is (168,178,127). Sum of RGB (Red+Green+Blue) = 168+178+127=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 178 (69.92% from 255 or 37.63% from 473); Blue value is 127 (50% from 255 or 26.85% from 473); Max value from RGB is 178 - color contains mainly: green. Hex color #A8B27F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8B27F is #574D80. Grayscale: #A9A9A9. Windows color (decimal): -5721473 or 8368808. OLE color: 8368808.

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

Color convert

RGB168178127-
CMYK0.0600.290.30
HSL71.76º24.88%59.8%-
HSV(B)71.76º28.65%69.8%-
XYZ35.941.726.24-
YUV169.2104.19127.15-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.52%
GREEN value IS 178 (69.92% from 255) = 37.63%
BLUE value IS 127 (50% from 255) = 26.85%
R=35.52%
G=37.63%
B=26.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1681781270.0600.290.3071.7624.8859.8
HexA8B27F601D1E48193c
Octal2502621776035361103174
Binary1010100010110010111111111001110111110100100011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B27F; }

 p { color: rgb(168,178,127); }

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

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

 a { background-color: rgb(168,178,127); }

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

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

 span { border-color: rgb(168,178,127); }

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