#BFD15C

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

Shades of Wild Willow #BFD15C

Tints of Wild Willow #BFD15C

Color information

#BFD15C (or 0xBFD15C) is unknown color: approx Wild Willow. HEX triplet: BF, D1 and 5C. RGB value is (191,209,92). Sum of RGB (Red+Green+Blue) = 191+209+92=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 209 (82.03% from 255 or 42.48% from 492); Blue value is 92 (36.33% from 255 or 18.70% from 492); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD15C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD15C is #402EA3. Grayscale: #BEBEBE. Windows color (decimal): -4206244 or 6083007. OLE color: 6083007.

HSL color Cylindrical-coordinate representation of color #BFD15C: hue angle of 69.23º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BFD15C is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB19120992-
CMYK0.0900.560.18
HSL69.23º55.98%59.02%-
HSV(B)69.23º55.98%81.96%-
XYZ46.2257.4518.78-
YUV190.2872.54128.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.82%
GREEN value IS 209 (82.03% from 255) = 42.48%
BLUE value IS 92 (36.33% from 255) = 18.70%
R=38.82%
G=42.48%
B=18.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal191209920.0900.560.1869.2355.9859.02
HexBFD15C90381245383b
Octal27732113411070221057073
Binary1011111111010001101110010010111000100101000101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD15C; }

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

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

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

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

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

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

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

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