#BCD099

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

Shades of Sprout #BCD099

Tints of Sprout #BCD099

Color information

#BCD099 (or 0xBCD099) is unknown color: approx Sprout. HEX triplet: BC, D0 and 99. RGB value is (188,208,153). Sum of RGB (Red+Green+Blue) = 188+208+153=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 208 (81.64% from 255 or 37.89% from 549); Blue value is 153 (60.16% from 255 or 27.87% from 549); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD099 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD099 is #432F66. Grayscale: #C3C3C3. Windows color (decimal): -4403047 or 10080444. OLE color: 10080444.

HSL color Cylindrical-coordinate representation of color #BCD099: hue angle of 81.82º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCD099 is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB188208153-
CMYK0.1000.260.18
HSL81.82º36.91%70.78%-
HSV(B)81.82º26.44%81.57%-
XYZ49.0458.138.77-
YUV195.75103.87122.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.24%
GREEN value IS 208 (81.64% from 255) = 37.89%
BLUE value IS 153 (60.16% from 255) = 27.87%
R=34.24%
G=37.89%
B=27.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1882081530.1000.260.1881.8236.9170.78
HexBCD099A01A12522547
Octal274320231120322212245107
Binary10111100110100001001100110100110101001010100101001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD099; }

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

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

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

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

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

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

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

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