#BCD695

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

Shades of Sprout #BCD695

Tints of Sprout #BCD695

Color information

#BCD695 (or 0xBCD695) is unknown color: approx Sprout. HEX triplet: BC, D6 and 95. RGB value is (188,214,149). Sum of RGB (Red+Green+Blue) = 188+214+149=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 214 (83.98% from 255 or 38.84% from 551); Blue value is 149 (58.59% from 255 or 27.04% from 551); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD695 is #43296A. Grayscale: #C7C7C7. Windows color (decimal): -4401515 or 9819836. OLE color: 9819836.

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

Color convert

RGB188214149-
CMYK0.1200.300.16
HSL84º44.22%71.18%-
HSV(B)84º30.37%83.92%-
XYZ50.2160.9537.55-
YUV198.8299.89120.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.12%
GREEN value IS 214 (83.98% from 255) = 38.84%
BLUE value IS 149 (58.59% from 255) = 27.04%
R=34.12%
G=38.84%
B=27.04%

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
Decimal1882141490.1200.300.168444.2271.18
HexBCD695C01E10542c47
Octal274326225140362012454107
Binary10111100110101101001010111000111101000010101001011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD695; }

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

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

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

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

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

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

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

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