Html Css Color HEX #B0AD7C Neutral Green

📋 copy color: '#B0AD7C'

red 176 ◦ green 173 ◦ blue 124

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

Shades of Neutral Green #B0AD7C

Tints of Neutral Green #B0AD7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.22%

R = 37.21%
G = 36.58%
B = 26.22%

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

#B0AD7C (or 0xB0AD7C) is known color: Neutral Green. HEX triplet: B0, AD and 7C. RGB value is (176,173,124). Sum of RGB (Red+Green+Blue) = 176+173+124=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 173 (67.97% from 255 or 36.58% from 473); Blue value is 124 (48.83% from 255 or 26.22% from 473); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AD7C is #4F5283. Grayscale: #A8A8A8. Windows color (decimal): -5198468 or 8170928. OLE color: 8170928.

HSL color Cylindrical-coordinate representation of color #B0AD7C: hue angle of 56.54º 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 #B0AD7C is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 173 124 -
CMYK 0 0.02 0.30 0.31
HSL 56.54º 0.25% 0.59% -
HSV(B) 56.54º 0.3% 0.69% -
XYZ 36.49 40.57 24.98 -
YUV 168.31 102.99 133.48 -
System Red Green Blue C M Y K H S L
Decimal 176 173 124 0 0.02 0.30 0.31 56.54 0.25 0.59
Hex B0 AD 7C 0 2 1E 1F 39 19 3B
Octal 260 255 174 0 2 36 37 71 31 73
Binary 10110000 10101101 1111100 0 10 11110 11111 111001 11001 111011

Color Harmonies of #B0AD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AD7C

Black with #B0AD7C

Text Example


Text Example

White with #B0AD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AD7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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