#BFD48D

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

Shades of Sprout #BFD48D

Tints of Sprout #BFD48D

Color information

#BFD48D (or 0xBFD48D) is unknown color: approx Sprout. HEX triplet: BF, D4 and 8D. RGB value is (191,212,141). Sum of RGB (Red+Green+Blue) = 191+212+141=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 212 (83.20% from 255 or 38.97% from 544); Blue value is 141 (55.47% from 255 or 25.92% from 544); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD48D is #402B72. Grayscale: #C5C5C5. Windows color (decimal): -4205427 or 9295039. OLE color: 9295039.

HSL color Cylindrical-coordinate representation of color #BFD48D: hue angle of 77.75º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BFD48D is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB191212141-
CMYK0.1000.330.17
HSL77.75º45.22%69.22%-
HSV(B)77.75º33.49%83.14%-
XYZ49.8460.0934.17-
YUV197.6396.04123.27-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.11%
GREEN value IS 212 (83.20% from 255) = 38.97%
BLUE value IS 141 (55.47% from 255) = 25.92%
R=35.11%
G=38.97%
B=25.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1912121410.1000.330.1777.7545.2269.22
HexBFD48DA021114e2d45
Octal277324215120412111655105
Binary101111111101010010001101101001000011000110011101011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD48D; }

 p { color: rgb(191,212,141); }

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

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

 a { background-color: rgb(191,212,141); }

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

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

 span { border-color: rgb(191,212,141); }

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