#BFC05D

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

Shades of Wild Willow #BFC05D

Tints of Wild Willow #BFC05D

Color information

#BFC05D (or 0xBFC05D) is unknown color: approx Wild Willow. HEX triplet: BF, C0 and 5D. RGB value is (191,192,93). Sum of RGB (Red+Green+Blue) = 191+192+93=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 192 (75.39% from 255 or 40.34% from 476); Blue value is 93 (36.72% from 255 or 19.54% from 476); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC05D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC05D is #403FA2. Grayscale: #B4B4B4. Windows color (decimal): -4210595 or 6144191. OLE color: 6144191.

HSL color Cylindrical-coordinate representation of color #BFC05D: hue angle of 60.61º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BFC05D is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB19119293-
CMYK0.0100.520.25
HSL60.61º44%55.88%-
HSV(B)60.61º51.56%75.29%-
XYZ42.3149.5717.69-
YUV180.4278.67135.55-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.13%
GREEN value IS 192 (75.39% from 255) = 40.34%
BLUE value IS 93 (36.72% from 255) = 19.54%
R=40.13%
G=40.34%
B=19.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191192930.0100.520.2560.614455.88
HexBFC05D1034193d2c38
Octal277300135106431755470
Binary101111111100000010111011011010011001111101101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC05D; }

 p { color: rgb(191,192,93); }

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

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

 a { background-color: rgb(191,192,93); }

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

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

 span { border-color: rgb(191,192,93); }

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