#BCD08F

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

Shades of Sprout #BCD08F

Tints of Sprout #BCD08F

Color information

#BCD08F (or 0xBCD08F) is unknown color: approx Sprout. HEX triplet: BC, D0 and 8F. RGB value is (188,208,143). Sum of RGB (Red+Green+Blue) = 188+208+143=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 208 (81.64% from 255 or 38.59% from 539); Blue value is 143 (56.25% from 255 or 26.53% from 539); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD08F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD08F is #432F70. Grayscale: #C2C2C2. Windows color (decimal): -4403057 or 9425084. OLE color: 9425084.

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

Color convert

RGB188208143-
CMYK0.1000.310.18
HSL78.46º40.88%68.82%-
HSV(B)78.46º31.25%81.57%-
XYZ48.2557.7934.6-
YUV194.6198.87123.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.88%
GREEN value IS 208 (81.64% from 255) = 38.59%
BLUE value IS 143 (56.25% from 255) = 26.53%
R=34.88%
G=38.59%
B=26.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1882081430.1000.310.1878.4640.8868.82
HexBCD08FA01F124e2945
Octal274320217120372211651105
Binary10111100110100001000111110100111111001010011101010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD08F; }

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

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

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

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

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

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

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

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