#BFD68F

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

Shades of Sprout #BFD68F

Tints of Sprout #BFD68F

Color information

#BFD68F (or 0xBFD68F) is unknown color: approx Sprout. HEX triplet: BF, D6 and 8F. RGB value is (191,214,143). Sum of RGB (Red+Green+Blue) = 191+214+143=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 214 (83.98% from 255 or 39.05% from 548); Blue value is 143 (56.25% from 255 or 26.09% from 548); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD68F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD68F is #402970. Grayscale: #C7C7C7. Windows color (decimal): -4204913 or 9426623. OLE color: 9426623.

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

Color convert

RGB191214143-
CMYK0.1100.330.16
HSL79.44º46.41%70%-
HSV(B)79.44º33.18%83.92%-
XYZ50.4961.1535.13-
YUV199.0396.38122.27-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.85%
GREEN value IS 214 (83.98% from 255) = 39.05%
BLUE value IS 143 (56.25% from 255) = 26.09%
R=34.85%
G=39.05%
B=26.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1912141430.1100.330.1679.4446.4170
HexBFD68FB021104f2e46
Octal277326217130412011756106
Binary101111111101011010001111101101000011000010011111011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD68F; }

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

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

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

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

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

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

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

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