#BFD78D

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

Shades of Sprout #BFD78D

Tints of Sprout #BFD78D

Color information

#BFD78D (or 0xBFD78D) is unknown color: approx Sprout. HEX triplet: BF, D7 and 8D. RGB value is (191,215,141). Sum of RGB (Red+Green+Blue) = 191+215+141=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 215 (84.38% from 255 or 39.31% from 547); Blue value is 141 (55.47% from 255 or 25.78% from 547); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD78D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD78D is #402872. Grayscale: #C7C7C7. Windows color (decimal): -4204659 or 9295807. OLE color: 9295807.

HSL color Cylindrical-coordinate representation of color #BFD78D: hue angle of 79.46º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BFD78D is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB191215141-
CMYK0.1100.340.16
HSL79.46º48.05%69.8%-
HSV(B)79.46º34.42%84.31%-
XYZ50.5961.634.42-
YUV199.3995.05122.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.92%
GREEN value IS 215 (84.38% from 255) = 39.31%
BLUE value IS 141 (55.47% from 255) = 25.78%
R=34.92%
G=39.31%
B=25.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1912151410.1100.340.1679.4648.0569.8
HexBFD78DB022104f3046
Octal277327215130422011760106
Binary101111111101011110001101101101000101000010011111100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD78D; }

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

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

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

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

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

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

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

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