Html Css Color HEX #B2B180 Neutral Green

📋 copy color: '#B2B180'

red 178 ◦ green 177 ◦ blue 128

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

Shades of Neutral Green #B2B180

Tints of Neutral Green #B2B180

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.65%

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

R = 36.85%
G = 36.65%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B2B180 (or 0xB2B180) is known color: Neutral Green. HEX triplet: B2, B1 and 80. RGB value is (178,177,128). Sum of RGB (Red+Green+Blue) = 178+177+128=483 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.85% from 483); Green value is 177 (69.53% from 255 or 36.65% from 483); Blue value is 128 (50.39% from 255 or 26.50% from 483); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2B180 is #4D4E7F. Grayscale: #ABABAB. Windows color (decimal): -5066368 or 8434098. OLE color: 8434098.

HSL color Cylindrical-coordinate representation of color #B2B180: hue angle of 58.8º 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 #B2B180 is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 177 128 -
CMYK 0 0.01 0.28 0.30
HSL 58.8º 0.25% 0.6% -
HSV(B) 58.8º 0.28% 0.7% -
XYZ 37.98 42.47 26.62 -
YUV 171.71 103.33 132.48 -
System Red Green Blue C M Y K H S L
Decimal 178 177 128 0 0.01 0.28 0.30 58.8 0.25 0.6
Hex B2 B1 80 0 1 1C 1E 3B 19 3C
Octal 262 261 200 0 1 34 36 73 31 74
Binary 10110010 10110001 10000000 0 1 11100 11110 111011 11001 111100

Color Harmonies of #B2B180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B180

Black with #B2B180

Text Example


Text Example

White with #B2B180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B180; }

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

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

background-color css

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

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

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

border-color css

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

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

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