#B0B39A

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

Shades of Green Spring #B0B39A

Tints of Green Spring #B0B39A

Color information

#B0B39A (or 0xB0B39A) is unknown color: approx Green Spring. HEX triplet: B0, B3 and 9A. RGB value is (176,179,154). Sum of RGB (Red+Green+Blue) = 176+179+154=509 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.58% from 509); Green value is 179 (70.31% from 255 or 35.17% from 509); Blue value is 154 (60.55% from 255 or 30.26% from 509); Max value from RGB is 179 - color contains mainly: green. Hex color #B0B39A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B39A is #4F4C65. Grayscale: #AFAFAF. Windows color (decimal): -5196902 or 10138544. OLE color: 10138544.

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

Color convert

RGB176179154-
CMYK0.0200.140.30
HSL67.2º14.12%65.29%-
HSV(B)67.2º13.97%70.2%-
XYZ39.8643.836.93-
YUV175.25116.01128.53-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.58%
GREEN value IS 179 (70.31% from 255) = 35.17%
BLUE value IS 154 (60.55% from 255) = 30.26%
R=34.58%
G=35.17%
B=30.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1761791540.0200.140.3067.214.1265.29
HexB0B39A20E1E43e41
Octal26026323220163610316101
Binary101100001011001110011010100111011110100001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B39A; }

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

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

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

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

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

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

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

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