Html Css Color HEX #B2AC7B Neutral Green

📋 copy color: '#B2AC7B'

red 178 ◦ green 172 ◦ blue 123

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

Shades of Neutral Green #B2AC7B

Tints of Neutral Green #B2AC7B

RGB

 RED value IS 178 (69.92% from 255) = 37.63%

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

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

R = 37.63%
G = 36.36%
B = 26%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B2AC7B (or 0xB2AC7B) is known color: Neutral Green. HEX triplet: B2, AC and 7B. RGB value is (178,172,123). Sum of RGB (Red+Green+Blue) = 178+172+123=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 123 (48.44% from 255 or 26.00% from 473); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AC7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AC7B is #4D5384. Grayscale: #A8A8A8. Windows color (decimal): -5067653 or 8105138. OLE color: 8105138.

HSL color Cylindrical-coordinate representation of color #B2AC7B: hue angle of 53.45º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B2AC7B is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 172 123 -
CMYK 0 0.03 0.31 0.30
HSL 53.45º 0.26% 0.59% -
HSV(B) 53.45º 0.31% 0.7% -
XYZ 36.69 40.4 24.6 -
YUV 168.21 102.49 134.98 -
System Red Green Blue C M Y K H S L
Decimal 178 172 123 0 0.03 0.31 0.30 53.45 0.26 0.59
Hex B2 AC 7B 0 3 1F 1E 35 1A 3B
Octal 262 254 173 0 3 37 36 65 32 73
Binary 10110010 10101100 1111011 0 11 11111 11110 110101 11010 111011

Color Harmonies of #B2AC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AC7B

Black with #B2AC7B

Text Example


Text Example

White with #B2AC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AC7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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