#BFCD57

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

Shades of Wild Willow #BFCD57

Tints of Wild Willow #BFCD57

Color information

#BFCD57 (or 0xBFCD57) is unknown color: approx Wild Willow. HEX triplet: BF, CD and 57. RGB value is (191,205,87). Sum of RGB (Red+Green+Blue) = 191+205+87=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 87 (34.38% from 255 or 18.01% from 483); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCD57 is #4032A8. Grayscale: #BBBBBB. Windows color (decimal): -4207273 or 5754303. OLE color: 5754303.

HSL color Cylindrical-coordinate representation of color #BFCD57: hue angle of 67.12º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BFCD57 is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB19120587-
CMYK0.0700.580.20
HSL67.12º54.13%57.25%-
HSV(B)67.12º57.56%80.39%-
XYZ45.0455.4317.34-
YUV187.3671.36130.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.54%
GREEN value IS 205 (80.47% from 255) = 42.44%
BLUE value IS 87 (34.38% from 255) = 18.01%
R=39.54%
G=42.44%
B=18.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal191205870.0700.580.2067.1254.1357.25
HexBFCD57703A14433639
Octal2773151277072241036671
Binary101111111100110110101111110111010101001000011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCD57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCD57; }

 p { color: rgb(191,205,87); }

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

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

 a { background-color: rgb(191,205,87); }

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

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

 span { border-color: rgb(191,205,87); }

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