#BFC96D

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

Shades of Wild Willow #BFC96D

Tints of Wild Willow #BFC96D

Color information

#BFC96D (or 0xBFC96D) is unknown color: approx Wild Willow. HEX triplet: BF, C9 and 6D. RGB value is (191,201,109). Sum of RGB (Red+Green+Blue) = 191+201+109=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 201 (78.91% from 255 or 40.12% from 501); Blue value is 109 (42.97% from 255 or 21.76% from 501); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC96D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC96D is #403692. Grayscale: #BBBBBB. Windows color (decimal): -4208275 or 7195071. OLE color: 7195071.

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

Color convert

RGB191201109-
CMYK0.0500.460.21
HSL66.52º46%60.78%-
HSV(B)66.52º45.77%78.82%-
XYZ45.1353.9522.5-
YUV187.5283.69130.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.12%
GREEN value IS 201 (78.91% from 255) = 40.12%
BLUE value IS 109 (42.97% from 255) = 21.76%
R=38.12%
G=40.12%
B=21.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1912011090.0500.460.2166.524660.78
HexBFC96D502E15432e3d
Octal2773111555056251035675
Binary101111111100100111011011010101110101011000011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC96D; }

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

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

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

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

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

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

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

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