#BFC05C

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

Shades of Wild Willow #BFC05C

Tints of Wild Willow #BFC05C

Color information

#BFC05C (or 0xBFC05C) is unknown color: approx Wild Willow. HEX triplet: BF, C0 and 5C. RGB value is (191,192,92). Sum of RGB (Red+Green+Blue) = 191+192+92=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 92 (36.33% from 255 or 19.37% from 475); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC05C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC05C is #403FA3. Grayscale: #B4B4B4. Windows color (decimal): -4210596 or 6078655. OLE color: 6078655.

HSL color Cylindrical-coordinate representation of color #BFC05C: hue angle of 60.6º 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 #BFC05C is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB19119292-
CMYK0.0100.520.25
HSL60.6º44.25%55.69%-
HSV(B)60.6º52.08%75.29%-
XYZ42.2749.5517.46-
YUV180.378.17135.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.21%
GREEN value IS 192 (75.39% from 255) = 40.42%
BLUE value IS 92 (36.33% from 255) = 19.37%
R=40.21%
G=40.42%
B=19.37%

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
Decimal191192920.0100.520.2560.644.2555.69
HexBFC05C1034193d2c38
Octal277300134106431755470
Binary101111111100000010111001011010011001111101101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC05C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC05C; }

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

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

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

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

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

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

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

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