#B0BA9A

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

Shades of Green Spring #B0BA9A

Tints of Green Spring #B0BA9A

Color information

#B0BA9A (or 0xB0BA9A) is unknown color: approx Green Spring. HEX triplet: B0, BA and 9A. RGB value is (176,186,154). Sum of RGB (Red+Green+Blue) = 176+186+154=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 154 (60.55% from 255 or 29.84% from 516); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BA9A is #4F4565. Grayscale: #B3B3B3. Windows color (decimal): -5195110 or 10140336. OLE color: 10140336.

HSL color Cylindrical-coordinate representation of color #B0BA9A: hue angle of 78.75º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B0BA9A is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB176186154-
CMYK0.0500.170.27
HSL78.75º18.82%66.67%-
HSV(B)78.75º17.2%72.94%-
XYZ41.346.6837.41-
YUV179.36113.69125.6-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.11%
GREEN value IS 186 (73.05% from 255) = 36.05%
BLUE value IS 154 (60.55% from 255) = 29.84%
R=34.11%
G=36.05%
B=29.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761861540.0500.170.2778.7518.8266.67
HexB0BA9A50111B4f1343
Octal26027223250213311723103
Binary101100001011101010011010101010001110111001111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BA9A; }

 p { color: rgb(176,186,154); }

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

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

 a { background-color: rgb(176,186,154); }

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

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

 span { border-color: rgb(176,186,154); }

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