#BFC96E

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

Shades of Wild Willow #BFC96E

Tints of Wild Willow #BFC96E

Color information

#BFC96E (or 0xBFC96E) is unknown color: approx Wild Willow. HEX triplet: BF, C9 and 6E. RGB value is (191,201,110). Sum of RGB (Red+Green+Blue) = 191+201+110=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 201 (78.91% from 255 or 40.04% from 502); Blue value is 110 (43.36% from 255 or 21.91% from 502); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC96E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC96E is #403691. Grayscale: #BBBBBB. Windows color (decimal): -4208274 or 7260607. OLE color: 7260607.

HSL color Cylindrical-coordinate representation of color #BFC96E: hue angle of 66.59º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BFC96E is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB191201110-
CMYK0.0500.450.21
HSL66.59º45.73%60.98%-
HSV(B)66.59º45.27%78.82%-
XYZ45.1953.9822.79-
YUV187.6484.19130.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.05%
GREEN value IS 201 (78.91% from 255) = 40.04%
BLUE value IS 110 (43.36% from 255) = 21.91%
R=38.05%
G=40.04%
B=21.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1912011100.0500.450.2166.5945.7360.98
HexBFC96E502D15432e3d
Octal2773111565055251035675
Binary101111111100100111011101010101101101011000011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC96E; }

 p { color: rgb(191,201,110); }

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

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

 a { background-color: rgb(191,201,110); }

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

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

 span { border-color: rgb(191,201,110); }

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