Html Css Color HEX #B0AD7E Neutral Green

📋 copy color: '#B0AD7E'

red 176 ◦ green 173 ◦ blue 126

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

Shades of Neutral Green #B0AD7E

Tints of Neutral Green #B0AD7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.53%

R = 37.05%
G = 36.42%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B0AD7E (or 0xB0AD7E) is known color: Neutral Green. HEX triplet: B0, AD and 7E. RGB value is (176,173,126). Sum of RGB (Red+Green+Blue) = 176+173+126=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 173 (67.97% from 255 or 36.42% from 475); Blue value is 126 (49.61% from 255 or 26.53% from 475); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AD7E is #4F5281. Grayscale: #A8A8A8. Windows color (decimal): -5198466 or 8302000. OLE color: 8302000.

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

Color convert

RGB 176 173 126 -
CMYK 0 0.02 0.28 0.31
HSL 56.4º 0.24% 0.59% -
HSV(B) 56.4º 0.28% 0.69% -
XYZ 36.61 40.62 25.65 -
YUV 168.54 103.99 133.32 -
System Red Green Blue C M Y K H S L
Decimal 176 173 126 0 0.02 0.28 0.31 56.4 0.24 0.59
Hex B0 AD 7E 0 2 1C 1F 38 18 3B
Octal 260 255 176 0 2 34 37 70 30 73
Binary 10110000 10101101 1111110 0 10 11100 11111 111000 11000 111011

Color Harmonies of #B0AD7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AD7E

Black with #B0AD7E

Text Example


Text Example

White with #B0AD7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AD7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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