#BFC15B

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

Shades of Wild Willow #BFC15B

Tints of Wild Willow #BFC15B

Color information

#BFC15B (or 0xBFC15B) is unknown color: approx Wild Willow. HEX triplet: BF, C1 and 5B. RGB value is (191,193,91). Sum of RGB (Red+Green+Blue) = 191+193+91=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 193 (75.78% from 255 or 40.63% from 475); Blue value is 91 (35.94% from 255 or 19.16% from 475); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC15B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC15B is #403EA4. Grayscale: #B5B5B5. Windows color (decimal): -4210341 or 6013375. OLE color: 6013375.

HSL color Cylindrical-coordinate representation of color #BFC15B: hue angle of 61.18º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BFC15B is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB19119391-
CMYK0.0100.530.24
HSL61.18º45.13%55.69%-
HSV(B)61.18º52.85%75.69%-
XYZ42.4449.9717.31-
YUV180.7777.34135.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.21%
GREEN value IS 193 (75.78% from 255) = 40.63%
BLUE value IS 91 (35.94% from 255) = 19.16%
R=40.21%
G=40.63%
B=19.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal191193910.0100.530.2461.1845.1355.69
HexBFC15B1035183d2d38
Octal277301133106530755570
Binary101111111100000110110111011010111000111101101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC15B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC15B; }

 p { color: rgb(191,193,91); }

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

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

 a { background-color: rgb(191,193,91); }

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

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

 span { border-color: rgb(191,193,91); }

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