#BCD68F

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

Shades of Sprout #BCD68F

Tints of Sprout #BCD68F

Color information

#BCD68F (or 0xBCD68F) is unknown color: approx Sprout. HEX triplet: BC, D6 and 8F. RGB value is (188,214,143). Sum of RGB (Red+Green+Blue) = 188+214+143=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 214 (83.98% from 255 or 39.27% from 545); Blue value is 143 (56.25% from 255 or 26.24% from 545); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD68F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD68F is #432970. Grayscale: #C6C6C6. Windows color (decimal): -4401521 or 9426620. OLE color: 9426620.

HSL color Cylindrical-coordinate representation of color #BCD68F: hue angle of 81.97º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BCD68F is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB188214143-
CMYK0.1200.330.16
HSL81.97º46.41%70%-
HSV(B)81.97º33.18%83.92%-
XYZ49.7460.7735.09-
YUV198.1396.89120.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.50%
GREEN value IS 214 (83.98% from 255) = 39.27%
BLUE value IS 143 (56.25% from 255) = 26.24%
R=34.50%
G=39.27%
B=26.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1882141430.1200.330.1681.9746.4170
HexBCD68FC02110522e46
Octal274326217140412012256106
Binary101111001101011010001111110001000011000010100101011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD68F; }

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

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

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

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

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

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

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

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