#B0B991

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

Shades of Green Spring #B0B991

Tints of Green Spring #B0B991

Color information

#B0B991 (or 0xB0B991) is unknown color: approx Green Spring. HEX triplet: B0, B9 and 91. RGB value is (176,185,145). Sum of RGB (Red+Green+Blue) = 176+185+145=506 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.78% from 506); Green value is 185 (72.66% from 255 or 36.56% from 506); Blue value is 145 (57.03% from 255 or 28.66% from 506); Max value from RGB is 185 - color contains mainly: green. Hex color #B0B991 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B991 is #4F466E. Grayscale: #B1B1B1. Windows color (decimal): -5195375 or 9550256. OLE color: 9550256.

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

Color convert

RGB176185145-
CMYK0.0500.220.27
HSL73.5º22.22%64.71%-
HSV(B)73.5º21.62%72.55%-
XYZ40.3645.9733.53-
YUV177.75109.52126.75-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.78%
GREEN value IS 185 (72.66% from 255) = 36.56%
BLUE value IS 145 (57.03% from 255) = 28.66%
R=34.78%
G=36.56%
B=28.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761851450.0500.220.2773.522.2264.71
HexB0B99150161B4a1641
Octal26027122150263311226101
Binary101100001011100110010001101010110110111001010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B991; }

 p { color: rgb(176,185,145); }

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

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

 a { background-color: rgb(176,185,145); }

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

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

 span { border-color: rgb(176,185,145); }

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