#BDD494

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

Shades of Sprout #BDD494

Tints of Sprout #BDD494

Color information

#BDD494 (or 0xBDD494) is unknown color: approx Sprout. HEX triplet: BD, D4 and 94. RGB value is (189,212,148). Sum of RGB (Red+Green+Blue) = 189+212+148=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 212 (83.20% from 255 or 38.62% from 549); Blue value is 148 (58.20% from 255 or 26.96% from 549); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD494 is #422B6B. Grayscale: #C6C6C6. Windows color (decimal): -4336492 or 9753789. OLE color: 9753789.

HSL color Cylindrical-coordinate representation of color #BDD494: hue angle of 81.56º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDD494 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB189212148-
CMYK0.1100.300.17
HSL81.56º42.67%70.59%-
HSV(B)81.56º30.19%83.14%-
XYZ49.8860.0436.98-
YUV197.8399.88121.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.43%
GREEN value IS 212 (83.20% from 255) = 38.62%
BLUE value IS 148 (58.20% from 255) = 26.96%
R=34.43%
G=38.62%
B=26.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1892121480.1100.300.1781.5642.6770.59
HexBDD494B01E11522b47
Octal275324224130362112253107
Binary10111101110101001001010010110111101000110100101010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD494; }

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

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

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

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

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

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

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

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