#B2BA98

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

Shades of Green Spring #B2BA98

Tints of Green Spring #B2BA98

Color information

#B2BA98 (or 0xB2BA98) is unknown color: approx Green Spring. HEX triplet: B2, BA and 98. RGB value is (178,186,152). Sum of RGB (Red+Green+Blue) = 178+186+152=516 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.50% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 152 (59.77% from 255 or 29.46% from 516); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BA98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BA98 is #4D4567. Grayscale: #B3B3B3. Windows color (decimal): -5064040 or 10009266. OLE color: 10009266.

HSL color Cylindrical-coordinate representation of color #B2BA98: hue angle of 74.12º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B2BA98 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB178186152-
CMYK0.0400.180.27
HSL74.12º19.77%66.27%-
HSV(B)74.12º18.28%72.94%-
XYZ41.5946.8536.56-
YUV179.73112.35126.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.50%
GREEN value IS 186 (73.05% from 255) = 36.05%
BLUE value IS 152 (59.77% from 255) = 29.46%
R=34.50%
G=36.05%
B=29.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781861520.0400.180.2774.1219.7766.27
HexB2BA9840121B4a1442
Octal26227223040223311224102
Binary101100101011101010011000100010010110111001010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BA98; }

 p { color: rgb(178,186,152); }

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

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

 a { background-color: rgb(178,186,152); }

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

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

 span { border-color: rgb(178,186,152); }

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