Html Css Color HEX #B2AD85 Neutral Green

📋 copy color: '#B2AD85'

red 178 ◦ green 173 ◦ blue 133

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

Shades of Neutral Green #B2AD85

Tints of Neutral Green #B2AD85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.48%

R = 36.78%
G = 35.74%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#B2AD85 (or 0xB2AD85) is known color: Neutral Green. HEX triplet: B2, AD and 85. RGB value is (178,173,133). Sum of RGB (Red+Green+Blue) = 178+173+133=484 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.78% from 484); Green value is 173 (67.97% from 255 or 35.74% from 484); Blue value is 133 (52.34% from 255 or 27.48% from 484); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AD85 is #4D527A. Grayscale: #AAAAAA. Windows color (decimal): -5067387 or 8760754. OLE color: 8760754.

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

Color convert

RGB 178 173 133 -
CMYK 0 0.03 0.25 0.30
HSL 53.33º 0.23% 0.61% -
HSV(B) 53.33º 0.25% 0.7% -
XYZ 37.54 41.05 28.13 -
YUV 169.94 107.16 133.75 -
System Red Green Blue C M Y K H S L
Decimal 178 173 133 0 0.03 0.25 0.30 53.33 0.23 0.61
Hex B2 AD 85 0 3 19 1E 35 17 3D
Octal 262 255 205 0 3 31 36 65 27 75
Binary 10110010 10101101 10000101 0 11 11001 11110 110101 10111 111101

Color Harmonies of #B2AD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AD85

Black with #B2AD85

Text Example


Text Example

White with #B2AD85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AD85; }

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

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

background-color css

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

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

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

border-color css

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

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

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