#BFC562

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

Shades of Wild Willow #BFC562

Tints of Wild Willow #BFC562

Color information

#BFC562 (or 0xBFC562) is unknown color: approx Wild Willow. HEX triplet: BF, C5 and 62. RGB value is (191,197,98). Sum of RGB (Red+Green+Blue) = 191+197+98=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 197 (77.34% from 255 or 40.53% from 486); Blue value is 98 (38.67% from 255 or 20.16% from 486); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC562 is #403A9D. Grayscale: #B8B8B8. Windows color (decimal): -4209310 or 6473151. OLE color: 6473151.

HSL color Cylindrical-coordinate representation of color #BFC562: hue angle of 63.64º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFC562 is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.23.

Color convert

RGB19119798-
CMYK0.0300.500.23
HSL63.64º46.05%57.84%-
HSV(B)63.64º50.25%77.25%-
XYZ43.6651.8919.27-
YUV183.9279.51133.05-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.30%
GREEN value IS 197 (77.34% from 255) = 40.53%
BLUE value IS 98 (38.67% from 255) = 20.16%
R=39.30%
G=40.53%
B=20.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal191197980.0300.500.2363.6446.0557.84
HexBFC562303217402e3a
Octal2773051423062271005672
Binary10111111110001011100010110110010101111000000101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC562; }

 p { color: rgb(191,197,98); }

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

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

 a { background-color: rgb(191,197,98); }

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

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

 span { border-color: rgb(191,197,98); }

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