#BCD093

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

Shades of Sprout #BCD093

Tints of Sprout #BCD093

Color information

#BCD093 (or 0xBCD093) is unknown color: approx Sprout. HEX triplet: BC, D0 and 93. RGB value is (188,208,147). Sum of RGB (Red+Green+Blue) = 188+208+147=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 208 (81.64% from 255 or 38.31% from 543); Blue value is 147 (57.81% from 255 or 27.07% from 543); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD093 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD093 is #432F6C. Grayscale: #C3C3C3. Windows color (decimal): -4403053 or 9687228. OLE color: 9687228.

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

Color convert

RGB188208147-
CMYK0.1000.290.18
HSL79.67º39.35%69.61%-
HSV(B)79.67º29.33%81.57%-
XYZ48.5657.9136.22-
YUV195.07100.87122.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.62%
GREEN value IS 208 (81.64% from 255) = 38.31%
BLUE value IS 147 (57.81% from 255) = 27.07%
R=34.62%
G=38.31%
B=27.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1882081470.1000.290.1879.6739.3569.61
HexBCD093A01D12502746
Octal274320223120352212047106
Binary10111100110100001001001110100111011001010100001001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD093; }

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

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

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

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

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

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

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

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