Html Css Color HEX #B0AC7B Neutral Green

📋 copy color: '#B0AC7B'

red 176 ◦ green 172 ◦ blue 123

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

Shades of Neutral Green #B0AC7B

Tints of Neutral Green #B0AC7B

RGB

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

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

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

R = 37.37%
G = 36.52%
B = 26.11%

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

#B0AC7B (or 0xB0AC7B) is known color: Neutral Green. HEX triplet: B0, AC and 7B. RGB value is (176,172,123). Sum of RGB (Red+Green+Blue) = 176+172+123=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 123 (48.44% from 255 or 26.11% from 471); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AC7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AC7B is #4F5384. Grayscale: #A7A7A7. Windows color (decimal): -5198725 or 8105136. OLE color: 8105136.

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

Color convert

RGB 176 172 123 -
CMYK 0 0.02 0.30 0.31
HSL 55.47º 0.25% 0.59% -
HSV(B) 55.47º 0.3% 0.69% -
XYZ 36.23 40.17 24.58 -
YUV 167.61 102.83 133.98 -
System Red Green Blue C M Y K H S L
Decimal 176 172 123 0 0.02 0.30 0.31 55.47 0.25 0.59
Hex B0 AC 7B 0 2 1E 1F 37 19 3B
Octal 260 254 173 0 2 36 37 67 31 73
Binary 10110000 10101100 1111011 0 10 11110 11111 110111 11001 111011

Color Harmonies of #B0AC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AC7B

Black with #B0AC7B

Text Example


Text Example

White with #B0AC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AC7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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