Html Css Color HEX #B2A975 Neutral Green

📋 copy color: '#B2A975'

red 178 ◦ green 169 ◦ blue 117

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

Shades of Neutral Green #B2A975

Tints of Neutral Green #B2A975

RGB

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

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

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

R = 38.36%
G = 36.42%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B2A975 (or 0xB2A975) is known color: Neutral Green. HEX triplet: B2, A9 and 75. RGB value is (178,169,117). Sum of RGB (Red+Green+Blue) = 178+169+117=464 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.36% from 464); Green value is 169 (66.41% from 255 or 36.42% from 464); Blue value is 117 (46.09% from 255 or 25.22% from 464); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A975 is #4D568A. Grayscale: #A5A5A5. Windows color (decimal): -5068427 or 7711154. OLE color: 7711154.

HSL color Cylindrical-coordinate representation of color #B2A975: hue angle of 51.15º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B2A975 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 169 117 -
CMYK 0 0.05 0.34 0.30
HSL 51.15º 0.28% 0.58% -
HSV(B) 51.15º 0.34% 0.7% -
XYZ 35.76 39.13 22.5 -
YUV 165.76 100.48 136.73 -
System Red Green Blue C M Y K H S L
Decimal 178 169 117 0 0.05 0.34 0.30 51.15 0.28 0.58
Hex B2 A9 75 0 5 22 1E 33 1C 3A
Octal 262 251 165 0 5 42 36 63 34 72
Binary 10110010 10101001 1110101 0 101 100010 11110 110011 11100 111010

Color Harmonies of #B2A975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A975

Black with #B2A975

Text Example


Text Example

White with #B2A975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A975; }

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

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

background-color css

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

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

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

border-color css

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

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

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