Html Css Color HEX #B2A980 Neutral Green

📋 copy color: '#B2A980'

red 178 ◦ green 169 ◦ blue 128

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

Shades of Neutral Green #B2A980

Tints of Neutral Green #B2A980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 26.95%

R = 37.47%
G = 35.58%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B2A980 (or 0xB2A980) is known color: Neutral Green. HEX triplet: B2, A9 and 80. RGB value is (178,169,128). Sum of RGB (Red+Green+Blue) = 178+169+128=475 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.47% from 475); Green value is 169 (66.41% from 255 or 35.58% from 475); Blue value is 128 (50.39% from 255 or 26.95% from 475); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A980 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A980 is #4D567F. Grayscale: #A7A7A7. Windows color (decimal): -5068416 or 8432050. OLE color: 8432050.

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

Color convert

RGB 178 169 128 -
CMYK 0 0.05 0.28 0.30
HSL 49.2º 0.25% 0.6% -
HSV(B) 49.2º 0.28% 0.7% -
XYZ 36.44 39.4 26.11 -
YUV 167.02 105.98 135.83 -
System Red Green Blue C M Y K H S L
Decimal 178 169 128 0 0.05 0.28 0.30 49.2 0.25 0.6
Hex B2 A9 80 0 5 1C 1E 31 19 3C
Octal 262 251 200 0 5 34 36 61 31 74
Binary 10110010 10101001 10000000 0 101 11100 11110 110001 11001 111100

Color Harmonies of #B2A980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A980

Black with #B2A980

Text Example


Text Example

White with #B2A980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A980; }

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

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

background-color css

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

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

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

border-color css

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

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

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