#B0B69D

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

Shades of Green Spring #B0B69D

Tints of Green Spring #B0B69D

Color information

#B0B69D (or 0xB0B69D) is unknown color: approx Green Spring. HEX triplet: B0, B6 and 9D. RGB value is (176,182,157). Sum of RGB (Red+Green+Blue) = 176+182+157=515 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.17% from 515); Green value is 182 (71.48% from 255 or 35.34% from 515); Blue value is 157 (61.72% from 255 or 30.49% from 515); Max value from RGB is 182 - color contains mainly: green. Hex color #B0B69D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B69D is #4F4962. Grayscale: #B1B1B1. Windows color (decimal): -5196131 or 10335920. OLE color: 10335920.

HSL color Cylindrical-coordinate representation of color #B0B69D: hue angle of 74.4º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B0B69D is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB176182157-
CMYK0.0300.140.29
HSL74.4º14.62%66.47%-
HSV(B)74.4º13.74%71.37%-
XYZ40.7245.1238.46-
YUV177.36116.51127.03-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.17%
GREEN value IS 182 (71.48% from 255) = 35.34%
BLUE value IS 157 (61.72% from 255) = 30.49%
R=34.17%
G=35.34%
B=30.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761821570.0300.140.2974.414.6266.47
HexB0B69D30E1D4af42
Octal26026623530163511217102
Binary101100001011011010011101110111011101100101011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B69D; }

 p { color: rgb(176,182,157); }

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

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

 a { background-color: rgb(176,182,157); }

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

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

 span { border-color: rgb(176,182,157); }

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