#BFCF92

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

Shades of Sprout #BFCF92

Tints of Sprout #BFCF92

Color information

#BFCF92 (or 0xBFCF92) is unknown color: approx Sprout. HEX triplet: BF, CF and 92. RGB value is (191,207,146). Sum of RGB (Red+Green+Blue) = 191+207+146=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 207 (81.25% from 255 or 38.05% from 544); Blue value is 146 (57.42% from 255 or 26.84% from 544); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCF92 is #40306D. Grayscale: #C3C3C3. Windows color (decimal): -4206702 or 9621439. OLE color: 9621439.

HSL color Cylindrical-coordinate representation of color #BFCF92: hue angle of 75.74º degrees, saturation: 0.39, 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 #BFCF92 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB191207146-
CMYK0.0800.290.19
HSL75.74º38.85%69.22%-
HSV(B)75.74º29.47%81.18%-
XYZ48.9957.7835.76-
YUV195.26100.2124.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.11%
GREEN value IS 207 (81.25% from 255) = 38.05%
BLUE value IS 146 (57.42% from 255) = 26.84%
R=35.11%
G=38.05%
B=26.84%

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
Decimal1912071460.0800.290.1975.7438.8569.22
HexBFCF92801D134c2745
Octal277317222100352311447105
Binary10111111110011111001001010000111011001110011001001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCF92; }

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

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

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

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

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

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

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

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