#B4A87B

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

Shades of Neutral Green #B4A87B

Tints of Neutral Green #B4A87B

Color information

#B4A87B (or 0xB4A87B) is unknown color: approx Neutral Green. HEX triplet: B4, A8 and 7B. RGB value is (180,168,123). Sum of RGB (Red+Green+Blue) = 180+168+123=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 168 (66.02% from 255 or 35.67% from 471); Blue value is 123 (48.44% from 255 or 26.11% from 471); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A87B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A87B is #4B5784. Grayscale: #A6A6A6. Windows color (decimal): -4937605 or 8104116. OLE color: 8104116.

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

Color convert

RGB180168123-
CMYK00.070.320.29
HSL47.37º27.54%59.41%-
HSV(B)47.37º31.67%70.59%-
XYZ36.439.1424.37-
YUV166.46103.48137.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.22%
GREEN value IS 168 (66.02% from 255) = 35.67%
BLUE value IS 123 (48.44% from 255) = 26.11%
R=38.22%
G=35.67%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016812300.070.320.2947.3727.5459.41
HexB4A87B07201D2f1c3b
Octal264250173074035573473
Binary1011010010101000111101101111000001110110111111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A87B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A87B; }

 p { color: rgb(180,168,123); }

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

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

 a { background-color: rgb(180,168,123); }

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

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

 span { border-color: rgb(180,168,123); }

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