Html Css Color HEX #B2AD87 Neutral Green

📋 copy color: '#B2AD87'

red 178 ◦ green 173 ◦ blue 135

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

Shades of Neutral Green #B2AD87

Tints of Neutral Green #B2AD87

RGB

 RED value IS 178 (69.92% from 255) = 36.63%

 GREEN value IS 173 (67.97% from 255) = 35.6%

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

R = 36.63%
G = 35.6%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.24

 K value IS 0.30

RGB Variations

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

Color information

#B2AD87 (or 0xB2AD87) is known color: Neutral Green. HEX triplet: B2, AD and 87. RGB value is (178,173,135). Sum of RGB (Red+Green+Blue) = 178+173+135=486 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.63% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 135 (53.12% from 255 or 27.78% from 486); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AD87 is #4D5278. Grayscale: #AAAAAA. Windows color (decimal): -5067385 or 8891826. OLE color: 8891826.

HSL color Cylindrical-coordinate representation of color #B2AD87: hue angle of 53.02º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2AD87 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 173 135 -
CMYK 0 0.03 0.24 0.30
HSL 53.02º 0.22% 0.61% -
HSV(B) 53.02º 0.24% 0.7% -
XYZ 37.68 41.1 28.87 -
YUV 170.16 108.16 133.59 -
System Red Green Blue C M Y K H S L
Decimal 178 173 135 0 0.03 0.24 0.30 53.02 0.22 0.61
Hex B2 AD 87 0 3 18 1E 35 16 3D
Octal 262 255 207 0 3 30 36 65 26 75
Binary 10110010 10101101 10000111 0 11 11000 11110 110101 10110 111101

Color Harmonies of #B2AD87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AD87

Black with #B2AD87

Text Example


Text Example

White with #B2AD87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AD87; }

 p { color: rgb(178,173,135); }

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

background-color css

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

 a { background-color: rgb(178,173,135); }

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

border-color css

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

 span { border-color: rgb(178,173,135); }

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