#B0B3A6

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

Shades of Green Spring #B0B3A6

Tints of Green Spring #B0B3A6

Color information

#B0B3A6 (or 0xB0B3A6) is unknown color: approx Green Spring. HEX triplet: B0, B3 and A6. RGB value is (176,179,166). Sum of RGB (Red+Green+Blue) = 176+179+166=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 179 (70.31% from 255 or 34.36% from 521); Blue value is 166 (65.23% from 255 or 31.86% from 521); Max value from RGB is 179 - color contains mainly: green. Hex color #B0B3A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B3A6 is #4F4C59. Grayscale: #B0B0B0. Windows color (decimal): -5196890 or 10924976. OLE color: 10924976.

HSL color Cylindrical-coordinate representation of color #B0B3A6: hue angle of 73.85º degrees, saturation: 0.08, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B0B3A6 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB176179166-
CMYK0.0200.070.30
HSL73.85º7.88%67.65%-
HSV(B)73.85º7.26%70.2%-
XYZ40.9144.2242.46-
YUV176.62122.01127.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.78%
GREEN value IS 179 (70.31% from 255) = 34.36%
BLUE value IS 166 (65.23% from 255) = 31.86%
R=33.78%
G=34.36%
B=31.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1761791660.0200.070.3073.857.8867.65
HexB0B3A62071E4a844
Octal2602632462073611210104
Binary10110000101100111010011010011111110100101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B3A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B3A6; }

 p { color: rgb(176,179,166); }

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

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

 a { background-color: rgb(176,179,166); }

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

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

 span { border-color: rgb(176,179,166); }

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