#BCCE9A

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

Shades of Sprout #BCCE9A

Tints of Sprout #BCCE9A

Color information

#BCCE9A (or 0xBCCE9A) is unknown color: approx Sprout. HEX triplet: BC, CE and 9A. RGB value is (188,206,154). Sum of RGB (Red+Green+Blue) = 188+206+154=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 206 (80.86% from 255 or 37.59% from 548); Blue value is 154 (60.55% from 255 or 28.10% from 548); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCE9A is #433165. Grayscale: #C2C2C2. Windows color (decimal): -4403558 or 10145468. OLE color: 10145468.

HSL color Cylindrical-coordinate representation of color #BCCE9A: hue angle of 80.77º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCCE9A is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB188206154-
CMYK0.0900.250.19
HSL80.77º34.67%70.59%-
HSV(B)80.77º25.24%80.78%-
XYZ48.6457.1739.04-
YUV194.69105.04123.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.31%
GREEN value IS 206 (80.86% from 255) = 37.59%
BLUE value IS 154 (60.55% from 255) = 28.10%
R=34.31%
G=37.59%
B=28.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1882061540.0900.250.1980.7734.6770.59
HexBCCE9A901913512347
Octal274316232110312312143107
Binary10111100110011101001101010010110011001110100011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCE9A; }

 p { color: rgb(188,206,154); }

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

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

 a { background-color: rgb(188,206,154); }

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

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

 span { border-color: rgb(188,206,154); }

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