Html Css Color HEX #B0AD80 Neutral Green

📋 copy color: '#B0AD80'

red 176 ◦ green 173 ◦ blue 128

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

Shades of Neutral Green #B0AD80

Tints of Neutral Green #B0AD80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 26.83%

R = 36.9%
G = 36.27%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B0AD80 (or 0xB0AD80) is known color: Neutral Green. HEX triplet: B0, AD and 80. RGB value is (176,173,128). Sum of RGB (Red+Green+Blue) = 176+173+128=477 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.90% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 128 (50.39% from 255 or 26.83% from 477); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AD80 is #4F527F. Grayscale: #A8A8A8. Windows color (decimal): -5198464 or 8433072. OLE color: 8433072.

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

Color convert

RGB 176 173 128 -
CMYK 0 0.02 0.27 0.31
HSL 56.25º 0.23% 0.6% -
HSV(B) 56.25º 0.27% 0.69% -
XYZ 36.74 40.68 26.34 -
YUV 168.77 104.99 133.16 -
System Red Green Blue C M Y K H S L
Decimal 176 173 128 0 0.02 0.27 0.31 56.25 0.23 0.6
Hex B0 AD 80 0 2 1B 1F 38 17 3C
Octal 260 255 200 0 2 33 37 70 27 74
Binary 10110000 10101101 10000000 0 10 11011 11111 111000 10111 111100

Color Harmonies of #B0AD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AD80

Black with #B0AD80

Text Example


Text Example

White with #B0AD80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AD80; }

 p { color: rgb(176,173,128); }

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

background-color css

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

 a { background-color: rgb(176,173,128); }

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

border-color css

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

 span { border-color: rgb(176,173,128); }

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