#BDE095

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

Shades of Sprout #BDE095

Tints of Sprout #BDE095

Color information

#BDE095 (or 0xBDE095) is unknown color: approx Sprout. HEX triplet: BD, E0 and 95. RGB value is (189,224,149). Sum of RGB (Red+Green+Blue) = 189+224+149=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 224 (87.89% from 255 or 39.86% from 562); Blue value is 149 (58.59% from 255 or 26.51% from 562); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE095 is #421F6A. Grayscale: #CDCDCD. Windows color (decimal): -4333419 or 9822397. OLE color: 9822397.

HSL color Cylindrical-coordinate representation of color #BDE095: hue angle of 88º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDE095 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB189224149-
CMYK0.1600.330.12
HSL88º54.74%73.14%-
HSV(B)88º33.48%87.84%-
XYZ53.0766.338.43-
YUV204.9896.4116.6-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.63%
GREEN value IS 224 (87.89% from 255) = 39.86%
BLUE value IS 149 (58.59% from 255) = 26.51%
R=33.63%
G=39.86%
B=26.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892241490.1600.330.128854.7473.14
HexBDE09510021C583749
Octal275340225200411413067111
Binary101111011110000010010101100000100001110010110001101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE095; }

 p { color: rgb(189,224,149); }

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

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

 a { background-color: rgb(189,224,149); }

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

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

 span { border-color: rgb(189,224,149); }

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