#BFC55C

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

Shades of Wild Willow #BFC55C

Tints of Wild Willow #BFC55C

Color information

#BFC55C (or 0xBFC55C) is unknown color: approx Wild Willow. HEX triplet: BF, C5 and 5C. RGB value is (191,197,92). Sum of RGB (Red+Green+Blue) = 191+197+92=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 197 (77.34% from 255 or 41.04% from 480); Blue value is 92 (36.33% from 255 or 19.17% from 480); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC55C is #403AA3. Grayscale: #B7B7B7. Windows color (decimal): -4209316 or 6079935. OLE color: 6079935.

HSL color Cylindrical-coordinate representation of color #BFC55C: hue angle of 63.43º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BFC55C is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB19119792-
CMYK0.0300.530.23
HSL63.43º47.51%56.67%-
HSV(B)63.43º53.3%77.25%-
XYZ43.3851.7817.83-
YUV183.2476.51133.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.79%
GREEN value IS 197 (77.34% from 255) = 41.04%
BLUE value IS 92 (36.33% from 255) = 19.17%
R=39.79%
G=41.04%
B=19.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal191197920.0300.530.2363.4347.5156.67
HexBFC55C3035173f3039
Octal277305134306527776071
Binary1011111111000101101110011011010110111111111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC55C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC55C; }

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

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

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

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

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

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

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

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