#bfc458

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

Shades of Wild Willow #BFC458

Tints of Wild Willow #BFC458

Color information

#BFC458 (or 0xBFC458) is unknown color: approx Wild Willow. HEX triplet: BF, C4 and 58. RGB value is (191,196,88). Sum of RGB (Red+Green+Blue) = 191+196+88=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 196 (76.95% from 255 or 41.26% from 475); Blue value is 88 (34.77% from 255 or 18.53% from 475); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC458 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC458 is #403BA7. Grayscale: #B6B6B6. Windows color (decimal): -4209576 or 5817535. OLE color: 5817535.

HSL color Cylindrical-coordinate representation of color #BFC458: hue angle of 62.78º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BFC458 is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.23.

Color convert

RGB19119688-
CMYK0.0300.550.23
HSL62.78º47.79%55.69%-
HSV(B)62.78º55.1%76.86%-
XYZ42.9951.2616.86-
YUV182.1974.84134.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.21%
GREEN value IS 196 (76.95% from 255) = 41.26%
BLUE value IS 88 (34.77% from 255) = 18.53%
R=40.21%
G=41.26%
B=18.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal191196880.0300.550.2362.7847.7955.69
HexBFC4583037173f3038
Octal277304130306727776070
Binary1011111111000100101100011011011110111111111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bfc458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bfc458; }

 p { color: rgb(191,196,88); }

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

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

 a { background-color: rgb(191,196,88); }

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

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

 span { border-color: rgb(191,196,88); }

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