#BDE195

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

Shades of Sprout #BDE195

Tints of Sprout #BDE195

Color information

#BDE195 (or 0xBDE195) is unknown color: approx Sprout. HEX triplet: BD, E1 and 95. RGB value is (189,225,149). Sum of RGB (Red+Green+Blue) = 189+225+149=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 225 (88.28% from 255 or 39.96% from 563); Blue value is 149 (58.59% from 255 or 26.47% from 563); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE195 is #421E6A. Grayscale: #CDCDCD. Windows color (decimal): -4333163 or 9822653. OLE color: 9822653.

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

Color convert

RGB189225149-
CMYK0.1600.340.12
HSL88.42º55.88%73.33%-
HSV(B)88.42º33.78%88.24%-
XYZ53.3466.8438.52-
YUV205.5796.07116.18-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.57%
GREEN value IS 225 (88.28% from 255) = 39.96%
BLUE value IS 149 (58.59% from 255) = 26.47%
R=33.57%
G=39.96%
B=26.47%

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
Decimal1892251490.1600.340.1288.4255.8873.33
HexBDE19510022C583849
Octal275341225200421413070111
Binary101111011110000110010101100000100010110010110001110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE195; }

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

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

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

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

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

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

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

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