#BCCF94

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

Shades of Sprout #BCCF94

Tints of Sprout #BCCF94

Color information

#BCCF94 (or 0xBCCF94) is unknown color: approx Sprout. HEX triplet: BC, CF and 94. RGB value is (188,207,148). Sum of RGB (Red+Green+Blue) = 188+207+148=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 207 (81.25% from 255 or 38.12% from 543); Blue value is 148 (58.20% from 255 or 27.26% from 543); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCF94 is #43306B. Grayscale: #C2C2C2. Windows color (decimal): -4403308 or 9752508. OLE color: 9752508.

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

Color convert

RGB188207148-
CMYK0.0900.290.19
HSL79.32º38.06%69.61%-
HSV(B)79.32º28.5%81.18%-
XYZ48.457.4636.56-
YUV194.59101.71123.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.62%
GREEN value IS 207 (81.25% from 255) = 38.12%
BLUE value IS 148 (58.20% from 255) = 27.26%
R=34.62%
G=38.12%
B=27.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1882071480.0900.290.1979.3238.0669.61
HexBCCF94901D134f2646
Octal274317224110352311746106
Binary10111100110011111001010010010111011001110011111001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCF94; }

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

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

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

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

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

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

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

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