#BCD09A

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

Shades of Sprout #BCD09A

Tints of Sprout #BCD09A

Color information

#BCD09A (or 0xBCD09A) is unknown color: approx Sprout. HEX triplet: BC, D0 and 9A. RGB value is (188,208,154). Sum of RGB (Red+Green+Blue) = 188+208+154=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 208 (81.64% from 255 or 37.82% from 550); Blue value is 154 (60.55% from 255 or 28% from 550); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD09A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD09A is #432F65. Grayscale: #C4C4C4. Windows color (decimal): -4403046 or 10145980. OLE color: 10145980.

HSL color Cylindrical-coordinate representation of color #BCD09A: hue angle of 82.22º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCD09A is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB188208154-
CMYK0.1000.260.18
HSL82.22º36.49%70.98%-
HSV(B)82.22º25.96%81.57%-
XYZ49.1358.1439.2-
YUV195.86104.37122.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.18%
GREEN value IS 208 (81.64% from 255) = 37.82%
BLUE value IS 154 (60.55% from 255) = 28%
R=34.18%
G=37.82%
B=28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1882081540.1000.260.1882.2236.4970.98
HexBCD09AA01A12522447
Octal274320232120322212244107
Binary10111100110100001001101010100110101001010100101001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD09A; }

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

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

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

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

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

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

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

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