#BCD096

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

Shades of Sprout #BCD096

Tints of Sprout #BCD096

Color information

#BCD096 (or 0xBCD096) is unknown color: approx Sprout. HEX triplet: BC, D0 and 96. RGB value is (188,208,150). Sum of RGB (Red+Green+Blue) = 188+208+150=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 208 (81.64% from 255 or 38.10% from 546); Blue value is 150 (58.98% from 255 or 27.47% from 546); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD096 is #432F69. Grayscale: #C3C3C3. Windows color (decimal): -4403050 or 9883836. OLE color: 9883836.

HSL color Cylindrical-coordinate representation of color #BCD096: hue angle of 80.69º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCD096 is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB188208150-
CMYK0.1000.280.18
HSL80.69º38.16%70.2%-
HSV(B)80.69º27.88%81.57%-
XYZ48.858.0137.48-
YUV195.41102.37122.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.43%
GREEN value IS 208 (81.64% from 255) = 38.10%
BLUE value IS 150 (58.98% from 255) = 27.47%
R=34.43%
G=38.10%
B=27.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1882081500.1000.280.1880.6938.1670.2
HexBCD096A01C12512646
Octal274320226120342212146106
Binary10111100110100001001011010100111001001010100011001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD096; }

 p { color: rgb(188,208,150); }

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

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

 a { background-color: rgb(188,208,150); }

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

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

 span { border-color: rgb(188,208,150); }

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