#B0B39C

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

Shades of Green Spring #B0B39C

Tints of Green Spring #B0B39C

Color information

#B0B39C (or 0xB0B39C) is unknown color: approx Green Spring. HEX triplet: B0, B3 and 9C. RGB value is (176,179,156). Sum of RGB (Red+Green+Blue) = 176+179+156=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 179 (70.31% from 255 or 35.03% from 511); Blue value is 156 (61.33% from 255 or 30.53% from 511); Max value from RGB is 179 - color contains mainly: green. Hex color #B0B39C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B39C is #4F4C63. Grayscale: #AFAFAF. Windows color (decimal): -5196900 or 10269616. OLE color: 10269616.

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

Color convert

RGB176179156-
CMYK0.0200.130.30
HSL67.83º13.14%65.69%-
HSV(B)67.83º12.85%70.2%-
XYZ40.0343.8737.81-
YUV175.48117.01128.37-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.44%
GREEN value IS 179 (70.31% from 255) = 35.03%
BLUE value IS 156 (61.33% from 255) = 30.53%
R=34.44%
G=35.03%
B=30.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1761791560.0200.130.3067.8313.1465.69
HexB0B39C20D1E44d42
Octal26026323420153610415102
Binary101100001011001110011100100110111110100010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B39C; }

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

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

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

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

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

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

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

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