#B3D091

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

Shades of Sprout #B3D091

Tints of Sprout #B3D091

Color information

#B3D091 (or 0xB3D091) is unknown color: approx Sprout. HEX triplet: B3, D0 and 91. RGB value is (179,208,145). Sum of RGB (Red+Green+Blue) = 179+208+145=532 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.65% from 532); Green value is 208 (81.64% from 255 or 39.10% from 532); Blue value is 145 (57.03% from 255 or 27.26% from 532); Max value from RGB is 208 - color contains mainly: green. Hex color #B3D091 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3D091 is #4C2F6E. Grayscale: #C0C0C0. Windows color (decimal): -4992879 or 9556147. OLE color: 9556147.

HSL color Cylindrical-coordinate representation of color #B3D091: hue angle of 87.62º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3D091 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB179208145-
CMYK0.1400.300.18
HSL87.62º40.13%69.22%-
HSV(B)87.62º30.29%81.57%-
XYZ46.2656.7435.3-
YUV192.15101.39118.62-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.65%
GREEN value IS 208 (81.64% from 255) = 39.10%
BLUE value IS 145 (57.03% from 255) = 27.26%
R=33.65%
G=39.10%
B=27.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1792081450.1400.300.1887.6240.1369.22
HexB3D091E01E12582845
Octal263320221160362213050105
Binary10110011110100001001000111100111101001010110001010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D091; }

 p { color: rgb(179,208,145); }

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

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

 a { background-color: rgb(179,208,145); }

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

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

 span { border-color: rgb(179,208,145); }

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