#BDE194

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

Shades of Sprout #BDE194

Tints of Sprout #BDE194

Color information

#BDE194 (or 0xBDE194) is unknown color: approx Sprout. HEX triplet: BD, E1 and 94. RGB value is (189,225,148). Sum of RGB (Red+Green+Blue) = 189+225+148=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 225 (88.28% from 255 or 40.04% from 562); Blue value is 148 (58.20% from 255 or 26.33% from 562); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE194 is #421E6B. Grayscale: #CDCDCD. Windows color (decimal): -4333164 or 9757117. OLE color: 9757117.

HSL color Cylindrical-coordinate representation of color #BDE194: hue angle of 88.05º degrees, saturation: 0.56, 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 #BDE194 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB189225148-
CMYK0.1600.340.12
HSL88.05º56.2%73.14%-
HSV(B)88.05º34.22%88.24%-
XYZ53.2666.8138.11-
YUV205.4695.57116.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.63%
GREEN value IS 225 (88.28% from 255) = 40.04%
BLUE value IS 148 (58.20% from 255) = 26.33%
R=33.63%
G=40.04%
B=26.33%

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
Decimal1892251480.1600.340.1288.0556.273.14
HexBDE19410022C583849
Octal275341224200421413070111
Binary101111011110000110010100100000100010110010110001110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE194; }

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

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

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

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

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

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

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

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