#B3D38D

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

Shades of Sprout #B3D38D

Tints of Sprout #B3D38D

Color information

#B3D38D (or 0xB3D38D) is unknown color: approx Sprout. HEX triplet: B3, D3 and 8D. RGB value is (179,211,141). Sum of RGB (Red+Green+Blue) = 179+211+141=531 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.71% from 531); Green value is 211 (82.81% from 255 or 39.74% from 531); Blue value is 141 (55.47% from 255 or 26.55% from 531); Max value from RGB is 211 - color contains mainly: green. Hex color #B3D38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3D38D is #4C2C72. Grayscale: #C1C1C1. Windows color (decimal): -4992115 or 9294771. OLE color: 9294771.

HSL color Cylindrical-coordinate representation of color #B3D38D: hue angle of 87.43º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B3D38D is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB179211141-
CMYK0.1500.330.17
HSL87.43º44.3%69.02%-
HSV(B)87.43º33.18%82.75%-
XYZ46.6958.133.95-
YUV193.4598.4117.69-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.71%
GREEN value IS 211 (82.81% from 255) = 39.74%
BLUE value IS 141 (55.47% from 255) = 26.55%
R=33.71%
G=39.74%
B=26.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1792111410.1500.330.1787.4344.369.02
HexB3D38DF02111572c45
Octal263323215170412112754105
Binary101100111101001110001101111101000011000110101111011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D38D; }

 p { color: rgb(179,211,141); }

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

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

 a { background-color: rgb(179,211,141); }

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

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

 span { border-color: rgb(179,211,141); }

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