#BDD194

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

Shades of Sprout #BDD194

Tints of Sprout #BDD194

Color information

#BDD194 (or 0xBDD194) is unknown color: approx Sprout. HEX triplet: BD, D1 and 94. RGB value is (189,209,148). Sum of RGB (Red+Green+Blue) = 189+209+148=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 209 (82.03% from 255 or 38.28% from 546); Blue value is 148 (58.20% from 255 or 27.11% from 546); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD194 is #422E6B. Grayscale: #C4C4C4. Windows color (decimal): -4337260 or 9753021. OLE color: 9753021.

HSL color Cylindrical-coordinate representation of color #BDD194: hue angle of 79.67º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDD194 is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB189209148-
CMYK0.1000.290.18
HSL79.67º39.87%70%-
HSV(B)79.67º29.19%81.96%-
XYZ49.1358.5636.73-
YUV196.07100.87122.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.62%
GREEN value IS 209 (82.03% from 255) = 38.28%
BLUE value IS 148 (58.20% from 255) = 27.11%
R=34.62%
G=38.28%
B=27.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892091480.1000.290.1879.6739.8770
HexBDD194A01D12502846
Octal275321224120352212050106
Binary10111101110100011001010010100111011001010100001010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD194; }

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

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

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

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

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

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

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

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