#BFDC93

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

Shades of Sprout #BFDC93

Tints of Sprout #BFDC93

Color information

#BFDC93 (or 0xBFDC93) is unknown color: approx Sprout. HEX triplet: BF, DC and 93. RGB value is (191,220,147). Sum of RGB (Red+Green+Blue) = 191+220+147=558 (73% of max value = 765). Red value is 191 (75% from 255 or 34.23% from 558); Green value is 220 (86.33% from 255 or 39.43% from 558); Blue value is 147 (57.81% from 255 or 26.34% from 558); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDC93 is #40236C. Grayscale: #CBCBCB. Windows color (decimal): -4203373 or 9690303. OLE color: 9690303.

HSL color Cylindrical-coordinate representation of color #BFDC93: hue angle of 83.84º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BFDC93 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB191220147-
CMYK0.1300.330.14
HSL83.84º51.05%71.96%-
HSV(B)83.84º33.18%86.27%-
XYZ52.3564.3737.27-
YUV203.0196.39119.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.23%
GREEN value IS 220 (86.33% from 255) = 39.43%
BLUE value IS 147 (57.81% from 255) = 26.34%
R=34.23%
G=39.43%
B=26.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1912201470.1300.330.1483.8451.0571.96
HexBFDC93D021E543348
Octal277334223150411612463110
Binary10111111110111001001001111010100001111010101001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDC93; }

 p { color: rgb(191,220,147); }

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

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

 a { background-color: rgb(191,220,147); }

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

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

 span { border-color: rgb(191,220,147); }

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