Html Css Color HEX #B0A887 Neutral Green

📋 copy color: '#B0A887'

red 176 ◦ green 168 ◦ blue 135

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

Shades of Neutral Green #B0A887

Tints of Neutral Green #B0A887

RGB

 RED value IS 176 (69.14% from 255) = 36.74%

 GREEN value IS 168 (66.02% from 255) = 35.07%

 BLUE value IS 135 (53.13% from 255) = 28.18%

R = 36.74%
G = 35.07%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B0A887 (or 0xB0A887) is known color: Neutral Green. HEX triplet: B0, A8 and 87. RGB value is (176,168,135). Sum of RGB (Red+Green+Blue) = 176+168+135=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 168 (66.02% from 255 or 35.07% from 479); Blue value is 135 (53.12% from 255 or 28.18% from 479); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A887 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A887 is #4F5778. Grayscale: #A6A6A6. Windows color (decimal): -5199737 or 8890544. OLE color: 8890544.

HSL color Cylindrical-coordinate representation of color #B0A887: hue angle of 48.29º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0A887 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 168 135 -
CMYK 0 0.05 0.23 0.31
HSL 48.29º 0.21% 0.61% -
HSV(B) 48.29º 0.23% 0.69% -
XYZ 36.28 38.98 28.53 -
YUV 166.63 110.15 134.68 -
System Red Green Blue C M Y K H S L
Decimal 176 168 135 0 0.05 0.23 0.31 48.29 0.21 0.61
Hex B0 A8 87 0 5 17 1F 30 15 3D
Octal 260 250 207 0 5 27 37 60 25 75
Binary 10110000 10101000 10000111 0 101 10111 11111 110000 10101 111101

Color Harmonies of #B0A887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A887

Black with #B0A887

Text Example


Text Example

White with #B0A887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A887; }

 p { color: rgb(176,168,135); }

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

background-color css

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

 a { background-color: rgb(176,168,135); }

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

border-color css

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

 span { border-color: rgb(176,168,135); }

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