#BCD596

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

Shades of Sprout #BCD596

Tints of Sprout #BCD596

Color information

#BCD596 (or 0xBCD596) is unknown color: approx Sprout. HEX triplet: BC, D5 and 96. RGB value is (188,213,150). Sum of RGB (Red+Green+Blue) = 188+213+150=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 213 (83.59% from 255 or 38.66% from 551); Blue value is 150 (58.98% from 255 or 27.22% from 551); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD596 is #432A69. Grayscale: #C6C6C6. Windows color (decimal): -4401770 or 9885116. OLE color: 9885116.

HSL color Cylindrical-coordinate representation of color #BCD596: hue angle of 83.81º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCD596 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB188213150-
CMYK0.1200.300.16
HSL83.81º42.86%71.18%-
HSV(B)83.81º29.58%83.53%-
XYZ50.0460.4837.89-
YUV198.34100.72120.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.12%
GREEN value IS 213 (83.59% from 255) = 38.66%
BLUE value IS 150 (58.98% from 255) = 27.22%
R=34.12%
G=38.66%
B=27.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1882131500.1200.300.1683.8142.8671.18
HexBCD596C01E10542b47
Octal274325226140362012453107
Binary10111100110101011001011011000111101000010101001010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD596; }

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

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

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

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

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

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

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

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