#BFCF93

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

Shades of Sprout #BFCF93

Tints of Sprout #BFCF93

Color information

#BFCF93 (or 0xBFCF93) is unknown color: approx Sprout. HEX triplet: BF, CF and 93. RGB value is (191,207,147). Sum of RGB (Red+Green+Blue) = 191+207+147=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 207 (81.25% from 255 or 37.98% from 545); Blue value is 147 (57.81% from 255 or 26.97% from 545); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCF93 is #40306C. Grayscale: #C3C3C3. Windows color (decimal): -4206701 or 9686975. OLE color: 9686975.

HSL color Cylindrical-coordinate representation of color #BFCF93: hue angle of 76º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFCF93 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB191207147-
CMYK0.0800.290.19
HSL76º38.46%69.41%-
HSV(B)76º28.99%81.18%-
XYZ49.0757.8136.18-
YUV195.38100.7124.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.05%
GREEN value IS 207 (81.25% from 255) = 37.98%
BLUE value IS 147 (57.81% from 255) = 26.97%
R=35.05%
G=37.98%
B=26.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1912071470.0800.290.197638.4669.41
HexBFCF93801D134c2645
Octal277317223100352311446105
Binary10111111110011111001001110000111011001110011001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCF93; }

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

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

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

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

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

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

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

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