#BFD25E

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

Shades of Wild Willow #BFD25E

Tints of Wild Willow #BFD25E

Color information

#BFD25E (or 0xBFD25E) is unknown color: approx Wild Willow. HEX triplet: BF, D2 and 5E. RGB value is (191,210,94). Sum of RGB (Red+Green+Blue) = 191+210+94=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 210 (82.42% from 255 or 42.42% from 495); Blue value is 94 (37.11% from 255 or 18.99% from 495); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD25E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD25E is #402DA1. Grayscale: #BFBFBF. Windows color (decimal): -4205986 or 6214335. OLE color: 6214335.

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

Color convert

RGB19121094-
CMYK0.0900.550.18
HSL69.83º56.31%59.61%-
HSV(B)69.83º55.24%82.35%-
XYZ46.5557.9819.33-
YUV191.173.21127.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.59%
GREEN value IS 210 (82.42% from 255) = 42.42%
BLUE value IS 94 (37.11% from 255) = 18.99%
R=38.59%
G=42.42%
B=18.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal191210940.0900.550.1869.8356.3159.61
HexBFD25E90371246383c
Octal27732213611067221067074
Binary1011111111010010101111010010110111100101000110111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD25E; }

 p { color: rgb(191,210,94); }

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

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

 a { background-color: rgb(191,210,94); }

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

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

 span { border-color: rgb(191,210,94); }

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