#BFC65B

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

Shades of Wild Willow #BFC65B

Tints of Wild Willow #BFC65B

Color information

#BFC65B (or 0xBFC65B) is unknown color: approx Wild Willow. HEX triplet: BF, C6 and 5B. RGB value is (191,198,91). Sum of RGB (Red+Green+Blue) = 191+198+91=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 198 (77.73% from 255 or 41.25% from 480); Blue value is 91 (35.94% from 255 or 18.96% from 480); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC65B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC65B is #4039A4. Grayscale: #B8B8B8. Windows color (decimal): -4209061 or 6014655. OLE color: 6014655.

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

Color convert

RGB19119891-
CMYK0.0400.540.22
HSL63.93º48.42%56.67%-
HSV(B)63.93º54.04%77.65%-
XYZ43.5752.2217.68-
YUV183.7175.68133.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.79%
GREEN value IS 198 (77.73% from 255) = 41.25%
BLUE value IS 91 (35.94% from 255) = 18.96%
R=39.79%
G=41.25%
B=18.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal191198910.0400.540.2263.9348.4256.67
HexBFC65B403616403039
Octal2773061334066261006071
Binary101111111100011010110111000110110101101000000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC65B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC65B; }

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

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

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

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

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

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

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

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