#BCD98E

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

Shades of Sprout #BCD98E

Tints of Sprout #BCD98E

Color information

#BCD98E (or 0xBCD98E) is unknown color: approx Sprout. HEX triplet: BC, D9 and 8E. RGB value is (188,217,142). Sum of RGB (Red+Green+Blue) = 188+217+142=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 217 (85.16% from 255 or 39.67% from 547); Blue value is 142 (55.86% from 255 or 25.96% from 547); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD98E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD98E is #432671. Grayscale: #C8C8C8. Windows color (decimal): -4400754 or 9361852. OLE color: 9361852.

HSL color Cylindrical-coordinate representation of color #BCD98E: hue angle of 83.2º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCD98E is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB188217142-
CMYK0.1300.350.15
HSL83.2º49.67%70.39%-
HSV(B)83.2º34.56%85.1%-
XYZ50.4362.2734.95-
YUV199.7895.39119.6-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.37%
GREEN value IS 217 (85.16% from 255) = 39.67%
BLUE value IS 142 (55.86% from 255) = 25.96%
R=34.37%
G=39.67%
B=25.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882171420.1300.350.1583.249.6770.39
HexBCD98ED023F533246
Octal274331216150431712362106
Binary10111100110110011000111011010100011111110100111100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD98E; }

 p { color: rgb(188,217,142); }

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

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

 a { background-color: rgb(188,217,142); }

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

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

 span { border-color: rgb(188,217,142); }

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