#BFD65A

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

Shades of Wild Willow #BFD65A

Tints of Wild Willow #BFD65A

Color information

#BFD65A (or 0xBFD65A) is unknown color: approx Wild Willow. HEX triplet: BF, D6 and 5A. RGB value is (191,214,90). Sum of RGB (Red+Green+Blue) = 191+214+90=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 214 (83.98% from 255 or 43.23% from 495); Blue value is 90 (35.55% from 255 or 18.18% from 495); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD65A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD65A is #4029A5. Grayscale: #C1C1C1. Windows color (decimal): -4204966 or 5953215. OLE color: 5953215.

HSL color Cylindrical-coordinate representation of color #BFD65A: hue angle of 71.13º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BFD65A is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB19121490-
CMYK0.1100.580.16
HSL71.13º60.19%59.61%-
HSV(B)71.13º57.94%83.92%-
XYZ47.3859.9118.74-
YUV192.9969.88126.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.59%
GREEN value IS 214 (83.98% from 255) = 43.23%
BLUE value IS 90 (35.55% from 255) = 18.18%
R=38.59%
G=43.23%
B=18.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal191214900.1100.580.1671.1360.1959.61
HexBFD65AB03A10473c3c
Octal27732613213072201077474
Binary1011111111010110101101010110111010100001000111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD65A; }

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

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

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

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

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

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

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

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