#BCC994

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

Shades of Sprout #BCC994

Tints of Sprout #BCC994

Color information

#BCC994 (or 0xBCC994) is unknown color: approx Sprout. HEX triplet: BC, C9 and 94. RGB value is (188,201,148). Sum of RGB (Red+Green+Blue) = 188+201+148=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 201 (78.91% from 255 or 37.43% from 537); Blue value is 148 (58.20% from 255 or 27.56% from 537); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC994 is #43366B. Grayscale: #BFBFBF. Windows color (decimal): -4404844 or 9750972. OLE color: 9750972.

HSL color Cylindrical-coordinate representation of color #BCC994: hue angle of 74.72º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCC994 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB188201148-
CMYK0.0600.260.21
HSL74.72º32.92%68.43%-
HSV(B)74.72º26.37%78.82%-
XYZ46.9754.636.08-
YUV191.07103.69125.81-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.01%
GREEN value IS 201 (78.91% from 255) = 37.43%
BLUE value IS 148 (58.20% from 255) = 27.56%
R=35.01%
G=37.43%
B=27.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1882011480.0600.260.2174.7232.9268.43
HexBCC994601A154b2144
Octal27431122460322511341104
Binary1011110011001001100101001100110101010110010111000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC994; }

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

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

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

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

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

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

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

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