#BCD595

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

Shades of Sprout #BCD595

Tints of Sprout #BCD595

Color information

#BCD595 (or 0xBCD595) is unknown color: approx Sprout. HEX triplet: BC, D5 and 95. RGB value is (188,213,149). Sum of RGB (Red+Green+Blue) = 188+213+149=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 213 (83.59% from 255 or 38.73% from 550); Blue value is 149 (58.59% from 255 or 27.09% from 550); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD595 is #432A6A. Grayscale: #C6C6C6. Windows color (decimal): -4401771 or 9819580. OLE color: 9819580.

HSL color Cylindrical-coordinate representation of color #BCD595: hue angle of 83.44º 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 #BCD595 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB188213149-
CMYK0.1200.300.16
HSL83.44º43.24%70.98%-
HSV(B)83.44º30.05%83.53%-
XYZ49.9660.4537.47-
YUV198.23100.22120.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.18%
GREEN value IS 213 (83.59% from 255) = 38.73%
BLUE value IS 149 (58.59% from 255) = 27.09%
R=34.18%
G=38.73%
B=27.09%

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
Decimal1882131490.1200.300.1683.4443.2470.98
HexBCD595C01E10532b47
Octal274325225140362012353107
Binary10111100110101011001010111000111101000010100111010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD595; }

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

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

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

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

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

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

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

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