#BCC89E

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

Shades of Sprout #BCC89E

Tints of Sprout #BCC89E

Color information

#BCC89E (or 0xBCC89E) is unknown color: approx Sprout. HEX triplet: BC, C8 and 9E. RGB value is (188,200,158). Sum of RGB (Red+Green+Blue) = 188+200+158=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 200 (78.52% from 255 or 36.63% from 546); Blue value is 158 (62.11% from 255 or 28.94% from 546); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC89E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC89E is #433761. Grayscale: #BFBFBF. Windows color (decimal): -4405090 or 10406076. OLE color: 10406076.

HSL color Cylindrical-coordinate representation of color #BCC89E: hue angle of 77.14º degrees, saturation: 0.28, 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 #BCC89E is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB188200158-
CMYK0.0600.210.22
HSL77.14º27.63%70.2%-
HSV(B)77.14º21%78.43%-
XYZ47.5654.4740.35-
YUV191.62109.02125.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.43%
GREEN value IS 200 (78.52% from 255) = 36.63%
BLUE value IS 158 (62.11% from 255) = 28.94%
R=34.43%
G=36.63%
B=28.94%

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
Decimal1882001580.0600.210.2277.1427.6370.2
HexBCC89E6015164d1c46
Octal27431023660252611534106
Binary101111001100100010011110110010101101101001101111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC89E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC89E; }

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

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

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

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

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

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

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

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