Html Css Color HEX #B5AC7B Neutral Green

📋 copy color: '#B5AC7B'

red 181 ◦ green 172 ◦ blue 123

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

Shades of Neutral Green #B5AC7B

Tints of Neutral Green #B5AC7B

RGB

 RED value IS 181 (71.09% from 255) = 38.03%

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

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

R = 38.03%
G = 36.13%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B5AC7B (or 0xB5AC7B) is known color: Neutral Green. HEX triplet: B5, AC and 7B. RGB value is (181,172,123). Sum of RGB (Red+Green+Blue) = 181+172+123=476 (63% of max value = 765). Red value is 181 (71.09% from 255 or 38.03% from 476); Green value is 172 (67.58% from 255 or 36.13% from 476); Blue value is 123 (48.44% from 255 or 25.84% from 476); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AC7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AC7B is #4A5384. Grayscale: #A9A9A9. Windows color (decimal): -4871045 or 8105141. OLE color: 8105141.

HSL color Cylindrical-coordinate representation of color #B5AC7B: hue angle of 50.69º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B5AC7B is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 172 123 -
CMYK 0 0.05 0.32 0.29
HSL 50.69º 0.28% 0.6% -
HSV(B) 50.69º 0.32% 0.71% -
XYZ 37.38 40.76 24.64 -
YUV 169.11 101.98 136.48 -
System Red Green Blue C M Y K H S L
Decimal 181 172 123 0 0.05 0.32 0.29 50.69 0.28 0.6
Hex B5 AC 7B 0 5 20 1D 33 1C 3C
Octal 265 254 173 0 5 40 35 63 34 74
Binary 10110101 10101100 1111011 0 101 100000 11101 110011 11100 111100

Color Harmonies of #B5AC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AC7B

Black with #B5AC7B

Text Example


Text Example

White with #B5AC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AC7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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