#BCDA98

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

Shades of Sprout #BCDA98

Tints of Sprout #BCDA98

Color information

#BCDA98 (or 0xBCDA98) is unknown color: approx Sprout. HEX triplet: BC, DA and 98. RGB value is (188,218,152). Sum of RGB (Red+Green+Blue) = 188+218+152=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 218 (85.55% from 255 or 39.07% from 558); Blue value is 152 (59.77% from 255 or 27.24% from 558); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDA98 is #432567. Grayscale: #C9C9C9. Windows color (decimal): -4400488 or 10017468. OLE color: 10017468.

HSL color Cylindrical-coordinate representation of color #BCDA98: hue angle of 87.27º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCDA98 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB188218152-
CMYK0.1400.300.15
HSL87.27º47.14%72.55%-
HSV(B)87.27º30.28%85.49%-
XYZ51.4863.139.17-
YUV201.51100.06118.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.69%
GREEN value IS 218 (85.55% from 255) = 39.07%
BLUE value IS 152 (59.77% from 255) = 27.24%
R=33.69%
G=39.07%
B=27.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882181520.1400.300.1587.2747.1472.55
HexBCDA98E01EF572f49
Octal274332230160361712757111
Binary1011110011011010100110001110011110111110101111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDA98; }

 p { color: rgb(188,218,152); }

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

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

 a { background-color: rgb(188,218,152); }

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

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

 span { border-color: rgb(188,218,152); }

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