#BFC46C

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

Shades of Wild Willow #BFC46C

Tints of Wild Willow #BFC46C

Color information

#BFC46C (or 0xBFC46C) is unknown color: approx Wild Willow. HEX triplet: BF, C4 and 6C. RGB value is (191,196,108). Sum of RGB (Red+Green+Blue) = 191+196+108=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 196 (76.95% from 255 or 39.60% from 495); Blue value is 108 (42.58% from 255 or 21.82% from 495); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC46C is #403B93. Grayscale: #B8B8B8. Windows color (decimal): -4209556 or 7128255. OLE color: 7128255.

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

Color convert

RGB191196108-
CMYK0.0300.450.23
HSL63.41º42.72%59.61%-
HSV(B)63.41º44.9%76.86%-
XYZ43.9351.6421.84-
YUV184.4784.84132.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.59%
GREEN value IS 196 (76.95% from 255) = 39.60%
BLUE value IS 108 (42.58% from 255) = 21.82%
R=38.59%
G=39.60%
B=21.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1911961080.0300.450.2363.4142.7259.61
HexBFC46C302D173f2b3c
Octal277304154305527775374
Binary1011111111000100110110011010110110111111111101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC46C; }

 p { color: rgb(191,196,108); }

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

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

 a { background-color: rgb(191,196,108); }

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

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

 span { border-color: rgb(191,196,108); }

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