#BCCF9F

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

Shades of Sprout #BCCF9F

Tints of Sprout #BCCF9F

Color information

#BCCF9F (or 0xBCCF9F) is unknown color: approx Sprout. HEX triplet: BC, CF and 9F. RGB value is (188,207,159). Sum of RGB (Red+Green+Blue) = 188+207+159=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 207 (81.25% from 255 or 37.36% from 554); Blue value is 159 (62.5% from 255 or 28.70% from 554); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCF9F is #433060. Grayscale: #C4C4C4. Windows color (decimal): -4403297 or 10473404. OLE color: 10473404.

HSL color Cylindrical-coordinate representation of color #BCCF9F: hue angle of 83.75º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCCF9F is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB188207159-
CMYK0.0900.230.19
HSL83.75º33.33%71.76%-
HSV(B)83.75º23.19%81.18%-
XYZ49.3157.8241.36-
YUV195.85107.21122.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.94%
GREEN value IS 207 (81.25% from 255) = 37.36%
BLUE value IS 159 (62.5% from 255) = 28.70%
R=33.94%
G=37.36%
B=28.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1882071590.0900.230.1983.7533.3371.76
HexBCCF9F901713542148
Octal274317237110272312441110
Binary10111100110011111001111110010101111001110101001000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCF9F; }

 p { color: rgb(188,207,159); }

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

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

 a { background-color: rgb(188,207,159); }

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

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

 span { border-color: rgb(188,207,159); }

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