#BCC99D

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

Shades of Sprout #BCC99D

Tints of Sprout #BCC99D

Color information

#BCC99D (or 0xBCC99D) is unknown color: approx Sprout. HEX triplet: BC, C9 and 9D. RGB value is (188,201,157). Sum of RGB (Red+Green+Blue) = 188+201+157=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 201 (78.91% from 255 or 36.81% from 546); Blue value is 157 (61.72% from 255 or 28.75% from 546); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC99D is #433662. Grayscale: #C0C0C0. Windows color (decimal): -4404835 or 10340796. OLE color: 10340796.

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

Color convert

RGB188201157-
CMYK0.0600.220.21
HSL77.73º28.95%70.2%-
HSV(B)77.73º21.89%78.82%-
XYZ47.7154.939.98-
YUV192.1108.19125.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.43%
GREEN value IS 201 (78.91% from 255) = 36.81%
BLUE value IS 157 (61.72% from 255) = 28.75%
R=34.43%
G=36.81%
B=28.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1882011570.0600.220.2177.7328.9570.2
HexBCC99D6016154e1d46
Octal27431123560262511635106
Binary101111001100100110011101110010110101011001110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC99D; }

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

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

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

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

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

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

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

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