Html Css Color HEX #B4A97C Neutral Green

📋 copy color: '#B4A97C'

red 180 ◦ green 169 ◦ blue 124

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

Shades of Neutral Green #B4A97C

Tints of Neutral Green #B4A97C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.73%

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

R = 38.05%
G = 35.73%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B4A97C (or 0xB4A97C) is known color: Neutral Green. HEX triplet: B4, A9 and 7C. RGB value is (180,169,124). Sum of RGB (Red+Green+Blue) = 180+169+124=473 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.05% from 473); Green value is 169 (66.41% from 255 or 35.73% from 473); Blue value is 124 (48.83% from 255 or 26.22% from 473); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A97C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A97C is #4B5683. Grayscale: #A7A7A7. Windows color (decimal): -4937348 or 8169908. OLE color: 8169908.

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

Color convert

RGB 180 169 124 -
CMYK 0 0.06 0.31 0.29
HSL 48.21º 0.27% 0.6% -
HSV(B) 48.21º 0.31% 0.71% -
XYZ 36.65 39.53 24.77 -
YUV 167.16 103.64 137.16 -
System Red Green Blue C M Y K H S L
Decimal 180 169 124 0 0.06 0.31 0.29 48.21 0.27 0.6
Hex B4 A9 7C 0 6 1F 1D 30 1B 3C
Octal 264 251 174 0 6 37 35 60 33 74
Binary 10110100 10101001 1111100 0 110 11111 11101 110000 11011 111100

Color Harmonies of #B4A97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A97C

Black with #B4A97C

Text Example


Text Example

White with #B4A97C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A97C; }

 p { color: rgb(180,169,124); }

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

background-color css

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

 a { background-color: rgb(180,169,124); }

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

border-color css

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

 span { border-color: rgb(180,169,124); }

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