#BDE094

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

Shades of Sprout #BDE094

Tints of Sprout #BDE094

Color information

#BDE094 (or 0xBDE094) is unknown color: approx Sprout. HEX triplet: BD, E0 and 94. RGB value is (189,224,148). Sum of RGB (Red+Green+Blue) = 189+224+148=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 224 (87.89% from 255 or 39.93% from 561); Blue value is 148 (58.20% from 255 or 26.38% from 561); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE094 is #421F6B. Grayscale: #CDCDCD. Windows color (decimal): -4333420 or 9756861. OLE color: 9756861.

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

Color convert

RGB189224148-
CMYK0.1600.340.12
HSL87.63º55.07%72.94%-
HSV(B)87.63º33.93%87.84%-
XYZ52.9966.2738.02-
YUV204.8795.9116.68-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.69%
GREEN value IS 224 (87.89% from 255) = 39.93%
BLUE value IS 148 (58.20% from 255) = 26.38%
R=33.69%
G=39.93%
B=26.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892241480.1600.340.1287.6355.0772.94
HexBDE09410022C583749
Octal275340224200421413067111
Binary101111011110000010010100100000100010110010110001101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE094; }

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

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

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

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

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

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

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

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