#BFCD58

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

Shades of Wild Willow #BFCD58

Tints of Wild Willow #BFCD58

Color information

#BFCD58 (or 0xBFCD58) is unknown color: approx Wild Willow. HEX triplet: BF, CD and 58. RGB value is (191,205,88). Sum of RGB (Red+Green+Blue) = 191+205+88=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 88 (34.77% from 255 or 18.18% from 484); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCD58 is #4032A7. Grayscale: #BBBBBB. Windows color (decimal): -4207272 or 5819839. OLE color: 5819839.

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

Color convert

RGB19120588-
CMYK0.0700.570.20
HSL67.18º53.92%57.45%-
HSV(B)67.18º57.07%80.39%-
XYZ45.0855.4417.56-
YUV187.4871.86130.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.46%
GREEN value IS 205 (80.47% from 255) = 42.36%
BLUE value IS 88 (34.77% from 255) = 18.18%
R=39.46%
G=42.36%
B=18.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal191205880.0700.570.2067.1853.9257.45
HexBFCD58703914433639
Octal2773151307071241036671
Binary101111111100110110110001110111001101001000011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCD58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCD58; }

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

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

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

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

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

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

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

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