#B2BD93

Color #B2BD93 Green Spring (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Spring #B2BD93

Tints of Green Spring #B2BD93

Color information

#B2BD93 (or 0xB2BD93) is unknown color: approx Green Spring. HEX triplet: B2, BD and 93. RGB value is (178,189,147). Sum of RGB (Red+Green+Blue) = 178+189+147=514 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.63% from 514); Green value is 189 (74.22% from 255 or 36.77% from 514); Blue value is 147 (57.81% from 255 or 28.60% from 514); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BD93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BD93 is #4D426C. Grayscale: #B5B5B5. Windows color (decimal): -5063277 or 9682354. OLE color: 9682354.

HSL color Cylindrical-coordinate representation of color #B2BD93: hue angle of 75.71º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B2BD93 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB178189147-
CMYK0.0600.220.26
HSL75.71º24.14%65.88%-
HSV(B)75.71º22.22%74.12%-
XYZ41.8247.9734.66-
YUV180.92108.86125.92-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.63%
GREEN value IS 189 (74.22% from 255) = 36.77%
BLUE value IS 147 (57.81% from 255) = 28.60%
R=34.63%
G=36.77%
B=28.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1781891470.0600.220.2675.7124.1465.88
HexB2BD9360161A4c1842
Octal26227522360263211430102
Binary101100101011110110010011110010110110101001100110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BD93; }

 p { color: rgb(178,189,147); }

 H1.HeaderClassName
 {
   color: #B2BD93;
 }
 .AnyTagClassName
 {
   color: #B2BD93;
 }
</style>
background-color css

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

 a { background-color: rgb(178,189,147); }

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

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

 span { border-color: rgb(178,189,147); }

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