#BCC79E

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

Shades of Sprout #BCC79E

Tints of Sprout #BCC79E

Color information

#BCC79E (or 0xBCC79E) is unknown color: approx Sprout. HEX triplet: BC, C7 and 9E. RGB value is (188,199,158). Sum of RGB (Red+Green+Blue) = 188+199+158=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 199 (78.12% from 255 or 36.51% from 545); Blue value is 158 (62.11% from 255 or 28.99% from 545); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC79E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC79E is #433861. Grayscale: #BFBFBF. Windows color (decimal): -4405346 or 10405820. OLE color: 10405820.

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

Color convert

RGB188199158-
CMYK0.0600.210.22
HSL76.1º26.8%70%-
HSV(B)76.1º20.6%78.04%-
XYZ47.3354.0140.28-
YUV191.04109.36125.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.50%
GREEN value IS 199 (78.12% from 255) = 36.51%
BLUE value IS 158 (62.11% from 255) = 28.99%
R=34.50%
G=36.51%
B=28.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881991580.0600.210.2276.126.870
HexBCC79E6015164c1b46
Octal27430723660252611433106
Binary101111001100011110011110110010101101101001100110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC79E; }

 p { color: rgb(188,199,158); }

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

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

 a { background-color: rgb(188,199,158); }

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

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

 span { border-color: rgb(188,199,158); }

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