#B2B990

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

Shades of Green Spring #B2B990

Tints of Green Spring #B2B990

Color information

#B2B990 (or 0xB2B990) is unknown color: approx Green Spring. HEX triplet: B2, B9 and 90. RGB value is (178,185,144). Sum of RGB (Red+Green+Blue) = 178+185+144=507 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.11% from 507); Green value is 185 (72.66% from 255 or 36.49% from 507); Blue value is 144 (56.64% from 255 or 28.40% from 507); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B990 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B990 is #4D466F. Grayscale: #B2B2B2. Windows color (decimal): -5064304 or 9484722. OLE color: 9484722.

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

Color convert

RGB178185144-
CMYK0.0400.220.27
HSL70.24º22.65%64.51%-
HSV(B)70.24º22.16%72.55%-
XYZ40.7446.1833.15-
YUV178.23108.68127.83-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.11%
GREEN value IS 185 (72.66% from 255) = 36.49%
BLUE value IS 144 (56.64% from 255) = 28.40%
R=35.11%
G=36.49%
B=28.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781851440.0400.220.2770.2422.6564.51
HexB2B99040161B461741
Octal26227122040263310627101
Binary101100101011100110010000100010110110111000110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B990; }

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

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

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

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

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

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

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

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