#BCCE99

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

Shades of Sprout #BCCE99

Tints of Sprout #BCCE99

Color information

#BCCE99 (or 0xBCCE99) is unknown color: approx Sprout. HEX triplet: BC, CE and 99. RGB value is (188,206,153). Sum of RGB (Red+Green+Blue) = 188+206+153=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 206 (80.86% from 255 or 37.66% from 547); Blue value is 153 (60.16% from 255 or 27.97% from 547); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCE99 is #433166. Grayscale: #C2C2C2. Windows color (decimal): -4403559 or 10079932. OLE color: 10079932.

HSL color Cylindrical-coordinate representation of color #BCCE99: hue angle of 80.38º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCCE99 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.

Color convert

RGB188206153-
CMYK0.0900.260.19
HSL80.38º35.1%70.39%-
HSV(B)80.38º25.73%80.78%-
XYZ48.5657.1338.61-
YUV194.58104.54123.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.37%
GREEN value IS 206 (80.86% from 255) = 37.66%
BLUE value IS 153 (60.16% from 255) = 27.97%
R=34.37%
G=37.66%
B=27.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1882061530.0900.260.1980.3835.170.39
HexBCCE99901A13502346
Octal274316231110322312043106
Binary10111100110011101001100110010110101001110100001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCE99; }

 p { color: rgb(188,206,153); }

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

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

 a { background-color: rgb(188,206,153); }

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

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

 span { border-color: rgb(188,206,153); }

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