Html Css Color HEX #B4AC7A Neutral Green

📋 copy color: '#B4AC7A'

red 180 ◦ green 172 ◦ blue 122

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

Shades of Neutral Green #B4AC7A

Tints of Neutral Green #B4AC7A

RGB

 RED value IS 180 (70.7% from 255) = 37.97%

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

 BLUE value IS 122 (48.05% from 255) = 25.74%

R = 37.97%
G = 36.29%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B4AC7A (or 0xB4AC7A) is known color: Neutral Green. HEX triplet: B4, AC and 7A. RGB value is (180,172,122). Sum of RGB (Red+Green+Blue) = 180+172+122=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 122 (48.05% from 255 or 25.74% from 474); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AC7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AC7A is #4B5385. Grayscale: #A8A8A8. Windows color (decimal): -4936582 or 8039604. OLE color: 8039604.

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

Color convert

RGB 180 172 122 -
CMYK 0 0.04 0.32 0.29
HSL 51.72º 0.28% 0.59% -
HSV(B) 51.72º 0.32% 0.71% -
XYZ 37.09 40.61 24.3 -
YUV 168.69 101.65 136.07 -
System Red Green Blue C M Y K H S L
Decimal 180 172 122 0 0.04 0.32 0.29 51.72 0.28 0.59
Hex B4 AC 7A 0 4 20 1D 34 1C 3B
Octal 264 254 172 0 4 40 35 64 34 73
Binary 10110100 10101100 1111010 0 100 100000 11101 110100 11100 111011

Color Harmonies of #B4AC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AC7A

Black with #B4AC7A

Text Example


Text Example

White with #B4AC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AC7A; }

 p { color: rgb(180,172,122); }

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

background-color css

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

 a { background-color: rgb(180,172,122); }

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

border-color css

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

 span { border-color: rgb(180,172,122); }

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