#BFD15A

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

Shades of Wild Willow #BFD15A

Tints of Wild Willow #BFD15A

Color information

#BFD15A (or 0xBFD15A) is unknown color: approx Wild Willow. HEX triplet: BF, D1 and 5A. RGB value is (191,209,90). Sum of RGB (Red+Green+Blue) = 191+209+90=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 209 (82.03% from 255 or 42.65% from 490); Blue value is 90 (35.55% from 255 or 18.37% from 490); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD15A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD15A is #402EA5. Grayscale: #BEBEBE. Windows color (decimal): -4206246 or 5951935. OLE color: 5951935.

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

Color convert

RGB19120990-
CMYK0.0900.570.18
HSL69.08º56.4%58.63%-
HSV(B)69.08º56.94%81.96%-
XYZ46.1357.4218.32-
YUV190.0571.54128.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.98%
GREEN value IS 209 (82.03% from 255) = 42.65%
BLUE value IS 90 (35.55% from 255) = 18.37%
R=38.98%
G=42.65%
B=18.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal191209900.0900.570.1869.0856.458.63
HexBFD15A90391245383b
Octal27732113211071221057073
Binary1011111111010001101101010010111001100101000101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD15A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD15A; }

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

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

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

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

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

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

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

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