#BDD98F

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

Shades of Sprout #BDD98F

Tints of Sprout #BDD98F

Color information

#BDD98F (or 0xBDD98F) is unknown color: approx Sprout. HEX triplet: BD, D9 and 8F. RGB value is (189,217,143). Sum of RGB (Red+Green+Blue) = 189+217+143=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 217 (85.16% from 255 or 39.53% from 549); Blue value is 143 (56.25% from 255 or 26.05% from 549); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD98F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD98F is #422670. Grayscale: #C8C8C8. Windows color (decimal): -4335217 or 9427389. OLE color: 9427389.

HSL color Cylindrical-coordinate representation of color #BDD98F: hue angle of 82.7º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDD98F is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB189217143-
CMYK0.1300.340.15
HSL82.7º49.33%70.59%-
HSV(B)82.7º34.1%85.1%-
XYZ50.7662.4335.36-
YUV200.1995.72120.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.43%
GREEN value IS 217 (85.16% from 255) = 39.53%
BLUE value IS 143 (56.25% from 255) = 26.05%
R=34.43%
G=39.53%
B=26.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1892171430.1300.340.1582.749.3370.59
HexBDD98FD022F533147
Octal275331217150421712361107
Binary10111101110110011000111111010100010111110100111100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD98F; }

 p { color: rgb(189,217,143); }

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

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

 a { background-color: rgb(189,217,143); }

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

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

 span { border-color: rgb(189,217,143); }

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