#BDD998

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

Shades of Sprout #BDD998

Tints of Sprout #BDD998

Color information

#BDD998 (or 0xBDD998) is unknown color: approx Sprout. HEX triplet: BD, D9 and 98. RGB value is (189,217,152). Sum of RGB (Red+Green+Blue) = 189+217+152=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 217 (85.16% from 255 or 38.89% from 558); Blue value is 152 (59.77% from 255 or 27.24% from 558); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD998 is #422667. Grayscale: #C9C9C9. Windows color (decimal): -4335208 or 10017213. OLE color: 10017213.

HSL color Cylindrical-coordinate representation of color #BDD998: hue angle of 85.85º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDD998 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB189217152-
CMYK0.1300.300.15
HSL85.85º46.1%72.35%-
HSV(B)85.85º29.95%85.1%-
XYZ51.4762.7139.1-
YUV201.22100.22119.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.87%
GREEN value IS 217 (85.16% from 255) = 38.89%
BLUE value IS 152 (59.77% from 255) = 27.24%
R=33.87%
G=38.89%
B=27.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1892171520.1300.300.1585.8546.172.35
HexBDD998D01EF562e48
Octal275331230150361712656110
Binary1011110111011001100110001101011110111110101101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD998; }

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

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

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

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

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

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

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

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