#BFD18F

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

Shades of Sprout #BFD18F

Tints of Sprout #BFD18F

Color information

#BFD18F (or 0xBFD18F) is unknown color: approx Sprout. HEX triplet: BF, D1 and 8F. RGB value is (191,209,143). Sum of RGB (Red+Green+Blue) = 191+209+143=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 209 (82.03% from 255 or 38.49% from 543); Blue value is 143 (56.25% from 255 or 26.34% from 543); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD18F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD18F is #402E70. Grayscale: #C4C4C4. Windows color (decimal): -4206193 or 9425343. OLE color: 9425343.

HSL color Cylindrical-coordinate representation of color #BFD18F: hue angle of 76.36º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFD18F is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB191209143-
CMYK0.0900.320.18
HSL76.36º41.77%69.02%-
HSV(B)76.36º31.58%81.96%-
XYZ49.2458.6634.71-
YUV196.0998.04124.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.17%
GREEN value IS 209 (82.03% from 255) = 38.49%
BLUE value IS 143 (56.25% from 255) = 26.34%
R=35.17%
G=38.49%
B=26.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1912091430.0900.320.1876.3641.7769.02
HexBFD18F9020124c2a45
Octal277321217110402211452105
Binary101111111101000110001111100101000001001010011001010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD18F; }

 p { color: rgb(191,209,143); }

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

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

 a { background-color: rgb(191,209,143); }

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

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

 span { border-color: rgb(191,209,143); }

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