#B3CE9B

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

Shades of Sprout #B3CE9B

Tints of Sprout #B3CE9B

Color information

#B3CE9B (or 0xB3CE9B) is unknown color: approx Sprout. HEX triplet: B3, CE and 9B. RGB value is (179,206,155). Sum of RGB (Red+Green+Blue) = 179+206+155=540 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.15% from 540); Green value is 206 (80.86% from 255 or 38.15% from 540); Blue value is 155 (60.94% from 255 or 28.70% from 540); Max value from RGB is 206 - color contains mainly: green. Hex color #B3CE9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CE9B is #4C3164. Grayscale: #C0C0C0. Windows color (decimal): -4993381 or 10210995. OLE color: 10210995.

HSL color Cylindrical-coordinate representation of color #B3CE9B: hue angle of 91.76º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3CE9B is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB179206155-
CMYK0.1300.250.19
HSL91.76º34.23%70.78%-
HSV(B)91.76º24.76%80.78%-
XYZ46.5856.0939.38-
YUV192.11107.05118.65-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.15%
GREEN value IS 206 (80.86% from 255) = 38.15%
BLUE value IS 155 (60.94% from 255) = 28.70%
R=33.15%
G=38.15%
B=28.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1792061550.1300.250.1991.7634.2370.78
HexB3CE9BD019135c2247
Octal263316233150312313442107
Binary10110011110011101001101111010110011001110111001000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CE9B; }

 p { color: rgb(179,206,155); }

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

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

 a { background-color: rgb(179,206,155); }

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

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

 span { border-color: rgb(179,206,155); }

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