#BFD998

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

Shades of Sprout #BFD998

Tints of Sprout #BFD998

Color information

#BFD998 (or 0xBFD998) is unknown color: approx Sprout. HEX triplet: BF, D9 and 98. RGB value is (191,217,152). Sum of RGB (Red+Green+Blue) = 191+217+152=560 (74% of max value = 765). Red value is 191 (75% from 255 or 34.11% from 560); Green value is 217 (85.16% from 255 or 38.75% from 560); Blue value is 152 (59.77% from 255 or 27.14% from 560); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD998 is #402667. Grayscale: #CACACA. Windows color (decimal): -4204136 or 10017215. OLE color: 10017215.

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

Color convert

RGB191217152-
CMYK0.1200.300.15
HSL84º46.1%72.35%-
HSV(B)84º29.95%85.1%-
XYZ51.9762.9739.12-
YUV201.8299.89120.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.11%
GREEN value IS 217 (85.16% from 255) = 38.75%
BLUE value IS 152 (59.77% from 255) = 27.14%
R=34.11%
G=38.75%
B=27.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1912171520.1200.300.158446.172.35
HexBFD998C01EF542e48
Octal277331230140361712456110
Binary1011111111011001100110001100011110111110101001011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD998; }

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

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

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

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

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

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

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

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