#B0B990

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

Shades of Green Spring #B0B990

Tints of Green Spring #B0B990

Color information

#B0B990 (or 0xB0B990) is unknown color: approx Green Spring. HEX triplet: B0, B9 and 90. RGB value is (176,185,144). Sum of RGB (Red+Green+Blue) = 176+185+144=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 185 (72.66% from 255 or 36.63% from 505); Blue value is 144 (56.64% from 255 or 28.51% from 505); Max value from RGB is 185 - color contains mainly: green. Hex color #B0B990 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B990 is #4F466F. Grayscale: #B1B1B1. Windows color (decimal): -5195376 or 9484720. OLE color: 9484720.

HSL color Cylindrical-coordinate representation of color #B0B990: hue angle of 73.17º degrees, saturation: 0.23, 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 #B0B990 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB176185144-
CMYK0.0500.220.27
HSL73.17º22.65%64.51%-
HSV(B)73.17º22.16%72.55%-
XYZ40.2945.9433.13-
YUV177.64109.02126.83-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.85%
GREEN value IS 185 (72.66% from 255) = 36.63%
BLUE value IS 144 (56.64% from 255) = 28.51%
R=34.85%
G=36.63%
B=28.51%

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
Decimal1761851440.0500.220.2773.1722.6564.51
HexB0B99050161B491741
Octal26027122050263311127101
Binary101100001011100110010000101010110110111001001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B990; }

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

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

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

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

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

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

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

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