#BCD88C

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

Shades of Sprout #BCD88C

Tints of Sprout #BCD88C

Color information

#BCD88C (or 0xBCD88C) is unknown color: approx Sprout. HEX triplet: BC, D8 and 8C. RGB value is (188,216,140). Sum of RGB (Red+Green+Blue) = 188+216+140=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 216 (84.77% from 255 or 39.71% from 544); Blue value is 140 (55.08% from 255 or 25.74% from 544); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD88C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD88C is #432773. Grayscale: #C7C7C7. Windows color (decimal): -4401012 or 9230524. OLE color: 9230524.

HSL color Cylindrical-coordinate representation of color #BCD88C: hue angle of 82.11º degrees, saturation: 0.49, 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 #BCD88C is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB188216140-
CMYK0.1300.350.15
HSL82.11º49.35%69.8%-
HSV(B)82.11º35.19%84.71%-
XYZ50.0361.734.08-
YUV198.9694.72120.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.56%
GREEN value IS 216 (84.77% from 255) = 39.71%
BLUE value IS 140 (55.08% from 255) = 25.74%
R=34.56%
G=39.71%
B=25.74%

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
Decimal1882161400.1300.350.1582.1149.3569.8
HexBCD88CD023F523146
Octal274330214150431712261106
Binary10111100110110001000110011010100011111110100101100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD88C; }

 p { color: rgb(188,216,140); }

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

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

 a { background-color: rgb(188,216,140); }

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

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

 span { border-color: rgb(188,216,140); }

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