#BFC75F

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

Shades of Wild Willow #BFC75F

Tints of Wild Willow #BFC75F

Color information

#BFC75F (or 0xBFC75F) is unknown color: approx Wild Willow. HEX triplet: BF, C7 and 5F. RGB value is (191,199,95). Sum of RGB (Red+Green+Blue) = 191+199+95=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 199 (78.12% from 255 or 41.03% from 485); Blue value is 95 (37.5% from 255 or 19.59% from 485); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC75F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC75F is #4038A0. Grayscale: #B9B9B9. Windows color (decimal): -4208801 or 6277055. OLE color: 6277055.

HSL color Cylindrical-coordinate representation of color #BFC75F: hue angle of 64.62º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BFC75F is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB19119995-
CMYK0.0400.520.22
HSL64.62º48.15%57.65%-
HSV(B)64.62º52.26%78.04%-
XYZ43.9752.7518.69-
YUV184.7577.35132.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.38%
GREEN value IS 199 (78.12% from 255) = 41.03%
BLUE value IS 95 (37.5% from 255) = 19.59%
R=39.38%
G=41.03%
B=19.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal191199950.0400.520.2264.6248.1557.65
HexBFC75F40341641303a
Octal2773071374064261016072
Binary101111111100011110111111000110100101101000001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC75F; }

 p { color: rgb(191,199,95); }

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

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

 a { background-color: rgb(191,199,95); }

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

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

 span { border-color: rgb(191,199,95); }

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