Html Css Color HEX #B4A975 Neutral Green

📋 copy color: '#B4A975'

red 180 ◦ green 169 ◦ blue 117

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

Shades of Neutral Green #B4A975

Tints of Neutral Green #B4A975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.11%

R = 38.63%
G = 36.27%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B4A975 (or 0xB4A975) is known color: Neutral Green. HEX triplet: B4, A9 and 75. RGB value is (180,169,117). Sum of RGB (Red+Green+Blue) = 180+169+117=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 169 (66.41% from 255 or 36.27% from 466); Blue value is 117 (46.09% from 255 or 25.11% from 466); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A975 is #4B568A. Grayscale: #A6A6A6. Windows color (decimal): -4937355 or 7711156. OLE color: 7711156.

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

Color convert

RGB 180 169 117 -
CMYK 0 0.06 0.35 0.29
HSL 49.52º 0.3% 0.58% -
HSV(B) 49.52º 0.35% 0.71% -
XYZ 36.22 39.36 22.52 -
YUV 166.36 100.14 137.73 -
System Red Green Blue C M Y K H S L
Decimal 180 169 117 0 0.06 0.35 0.29 49.52 0.3 0.58
Hex B4 A9 75 0 6 23 1D 32 1E 3A
Octal 264 251 165 0 6 43 35 62 36 72
Binary 10110100 10101001 1110101 0 110 100011 11101 110010 11110 111010

Color Harmonies of #B4A975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A975

Black with #B4A975

Text Example


Text Example

White with #B4A975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A975; }

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

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

background-color css

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

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

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

border-color css

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

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

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