Html Css Color HEX #B0AD7B Neutral Green

📋 copy color: '#B0AD7B'

red 176 ◦ green 173 ◦ blue 123

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

Shades of Neutral Green #B0AD7B

Tints of Neutral Green #B0AD7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.06%

R = 37.29%
G = 36.65%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B0AD7B (or 0xB0AD7B) is known color: Neutral Green. HEX triplet: B0, AD and 7B. RGB value is (176,173,123). Sum of RGB (Red+Green+Blue) = 176+173+123=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 173 (67.97% from 255 or 36.65% from 472); Blue value is 123 (48.44% from 255 or 26.06% from 472); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AD7B is #4F5284. Grayscale: #A8A8A8. Windows color (decimal): -5198469 or 8105392. OLE color: 8105392.

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

Color convert

RGB 176 173 123 -
CMYK 0 0.02 0.30 0.31
HSL 56.6º 0.25% 0.59% -
HSV(B) 56.6º 0.3% 0.69% -
XYZ 36.42 40.55 24.65 -
YUV 168.2 102.49 133.57 -
System Red Green Blue C M Y K H S L
Decimal 176 173 123 0 0.02 0.30 0.31 56.6 0.25 0.59
Hex B0 AD 7B 0 2 1E 1F 39 19 3B
Octal 260 255 173 0 2 36 37 71 31 73
Binary 10110000 10101101 1111011 0 10 11110 11111 111001 11001 111011

Color Harmonies of #B0AD7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AD7B

Black with #B0AD7B

Text Example


Text Example

White with #B0AD7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AD7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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