Html Css Color HEX #B0AC7C Neutral Green

📋 copy color: '#B0AC7C'

red 176 ◦ green 172 ◦ blue 124

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

Shades of Neutral Green #B0AC7C

Tints of Neutral Green #B0AC7C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.44%

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

R = 37.29%
G = 36.44%
B = 26.27%

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

#B0AC7C (or 0xB0AC7C) is known color: Neutral Green. HEX triplet: B0, AC and 7C. RGB value is (176,172,124). Sum of RGB (Red+Green+Blue) = 176+172+124=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 124 (48.83% from 255 or 26.27% from 472); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AC7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AC7C is #4F5383. Grayscale: #A7A7A7. Windows color (decimal): -5198724 or 8170672. OLE color: 8170672.

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

Color convert

RGB 176 172 124 -
CMYK 0 0.02 0.30 0.31
HSL 55.38º 0.25% 0.59% -
HSV(B) 55.38º 0.3% 0.69% -
XYZ 36.3 40.19 24.91 -
YUV 167.72 103.33 133.9 -
System Red Green Blue C M Y K H S L
Decimal 176 172 124 0 0.02 0.30 0.31 55.38 0.25 0.59
Hex B0 AC 7C 0 2 1E 1F 37 19 3B
Octal 260 254 174 0 2 36 37 67 31 73
Binary 10110000 10101100 1111100 0 10 11110 11111 110111 11001 111011

Color Harmonies of #B0AC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AC7C

Black with #B0AC7C

Text Example


Text Example

White with #B0AC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AC7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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